Add ESP-IDF component configuration for main directory
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user