Inital commit

This commit is contained in:
Matt
2025-12-12 21:55:13 +00:00
commit f6553d8e41
8 changed files with 1234 additions and 0 deletions

5
main/CMakeLists.txt Normal file
View File

@@ -0,0 +1,5 @@
idf_component_register(SRCS "main.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)