starting convert for ESP32

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-06-15 01:43:56 +02:00
parent 2191174681
commit 5464bacc52
7 changed files with 27 additions and 14 deletions

View File

@@ -1,4 +1,9 @@
idf_component_register(
SRCS
"main.c" "setup.c" "button_handling.c"
INCLUDE_DIRS ".")
idf_component_register(SRCS
"main.c"
"setup.c"
"button_handling.c"
INCLUDE_DIRS "."
REQUIRES
insa
ruth
)