From 4c72c6901e007414aebb4cb6534c1a49d63558b0 Mon Sep 17 00:00:00 2001 From: Patrick Date: Fri, 14 Jul 2023 13:46:27 +0200 Subject: esp32 build, cli --- esp32/esp_project/main/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'esp32/esp_project/main/CMakeLists.txt') diff --git a/esp32/esp_project/main/CMakeLists.txt b/esp32/esp_project/main/CMakeLists.txt index 8d26c93..d0c6abb 100644 --- a/esp32/esp_project/main/CMakeLists.txt +++ b/esp32/esp_project/main/CMakeLists.txt @@ -1,2 +1,2 @@ -idf_component_register(SRCS "main.c" +idf_component_register(SRCS "main.c" "wifi.c" INCLUDE_DIRS "") \ No newline at end of file -- cgit v1.2.3