From e618b2510a51b287ead88bfe38c3932918fd35a4 Mon Sep 17 00:00:00 2001 From: simon Date: Fri, 4 Oct 2024 16:12:57 +0200 Subject: [PATCH] Added espnow_handler.c to CMakeList --- main/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt index 8c1ea88..1fe416c 100644 --- a/main/CMakeLists.txt +++ b/main/CMakeLists.txt @@ -1,3 +1,3 @@ -idf_component_register(SRCS "main.c" +idf_component_register(SRCS "main.c" "espnow_handler.c" INCLUDE_DIRS "." - ) \ No newline at end of file + )