Files
ESP-Scope/main/CMakeLists.txt
Matt 46514b5c76 Add soft-ap mode, remove wifi config.
Device defaukts to soft-ap mode. User can use the "WIFI" button to set wifi credentials. Pressing "boot" for 1 second resets to soft-ap mode.

Re-work UI to fill screen.
2025-12-14 11:23:18 +00:00

6 lines
270 B
CMake

idf_component_register(SRCS "main.c" "wifi_manager.c"
INCLUDE_DIRS "."
EMBED_TXTFILES "index.html" "index.js"
REQUIRES esp_http_server esp_adc nvs_flash esp_wifi driver esp_netif freertos esp_event esp_timer)