Directory restructure

This commit is contained in:
2025-10-12 20:39:51 +02:00
parent 2b86ff133c
commit fafd6a9a7a
3 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
idf_component_register(SRCS "../source/main.cpp"
"../source/wifi.cpp"
idf_component_register(SRCS "./main.cpp"
"./wifi.cpp"
INCLUDE_DIRS "../include"
REQUIRES esp_wifi
nvs_flash