Added espnow_handler.c to CMakeList

This commit is contained in:
2024-10-04 16:12:57 +02:00
parent 44cd594d96
commit e618b2510a
+1 -1
View File
@@ -1,3 +1,3 @@
idf_component_register(SRCS "main.c" idf_component_register(SRCS "main.c" "espnow_handler.c"
INCLUDE_DIRS "." INCLUDE_DIRS "."
) )