Initial project setup: ESP-IDF + C++ + FreeRTOS + WiFi + web server
This commit is contained in:
7
main/CMakeLists.txt
Normal file
7
main/CMakeLists.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
idf_component_register(SRCS "main.cpp"
|
||||
"app_config.cpp"
|
||||
"wifi_manager.cpp"
|
||||
"web_server.cpp"
|
||||
"display_manager.cpp"
|
||||
INCLUDE_DIRS "."
|
||||
REQUIRES freertos esp_wifi esp_http_server esp_event esp_netif nvs_flash)
|
||||
Reference in New Issue
Block a user