Added espnow_handler.c to CMakeList

This commit is contained in:
simon 2024-10-04 16:12:57 +02:00
parent 44cd594d96
commit e618b2510a

View File

@ -1,3 +1,3 @@
idf_component_register(SRCS "main.c"
idf_component_register(SRCS "main.c" "espnow_handler.c"
INCLUDE_DIRS "."
)