chore: import local project into Gitea

This commit is contained in:
2026-05-20 10:02:48 -07:00
commit 397c0e44b0
14 changed files with 4658 additions and 0 deletions

14
main/CMakeLists.txt Normal file
View File

@@ -0,0 +1,14 @@
idf_component_register(
SRCS "main.c"
INCLUDE_DIRS "."
REQUIRES
esp_wifi
esp_event
esp_netif
nvs_flash
esp_lcd
driver
esp_http_client
esp_timer
cjson
)