move main.c to source

This commit is contained in:
2025-12-06 18:55:44 -06:00
parent eebd26fa5c
commit 5f8aa28483
4 changed files with 9 additions and 55 deletions

View File

@@ -1,6 +1,9 @@
cmake_minimum_required(VERSION 3.16)
set(PROJECT_MAIN_COMPONENT ${CMAKE_CURRENT_LIST_DIR}/src)
set(EXTRA_COMPONENT_DIRS ${CMAKE_CURRENT_LIST_DIR}/src)
# For the esp-idf configuration
include($ENV{IDF_PATH}/tools/cmake/project.cmake)