chore: import local project into Gitea

This commit is contained in:
2026-05-20 10:04:24 -07:00
commit c1075082b3
15 changed files with 370 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
idf_component_register(
SRCS "main.c"
REQUIRES esp_http_client esp_wifi nvs_flash json lvgl esp_timer
)