move to espidf + arduino, this reduces flash size a shitload

This commit is contained in:
2026-01-16 12:08:11 +01:00
parent 86181c1439
commit f8c7e2a36d
6 changed files with 78 additions and 4 deletions

6
src/CMakeLists.txt Normal file
View File

@@ -0,0 +1,6 @@
# This file was automatically generated for projects
# without default 'CMakeLists.txt' file.
FILE(GLOB_RECURSE app_sources ${CMAKE_SOURCE_DIR}/src/*.*)
idf_component_register(SRCS ${app_sources})