diff --git a/firmware/esp32/main/CMakeLists.txt b/firmware/esp32/main/CMakeLists.txt new file mode 100644 index 0000000..ed3b2e7 --- /dev/null +++ b/firmware/esp32/main/CMakeLists.txt @@ -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)