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.
6 lines
270 B
CMake
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)
|
|
|