Add ESP-IDF component configuration for main directory

This commit is contained in:
2025-10-11 23:46:23 +02:00
parent ed7fb9fda6
commit 4a9a3ef805
+10
View File
@@ -0,0 +1,10 @@
idf_component_register(SRCS "../source/main.cpp"
"../source/wifi.cpp"
INCLUDE_DIRS "../include"
REQUIRES esp_wifi
nvs_flash
esp_pm
esp_hw_support
esp_system
freertos
log)