feat: add app_update dependency and sdkconfig defaults

Add app_update component to CMakeLists REQUIRES for OTA version
reporting. Add sdkconfig.defaults scaffold and gitignore nanobot
reference repo.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
crispyberry
2026-02-06 13:45:09 +08:00
parent 3b53610bdf
commit 1b5f00bea5
4 changed files with 11 additions and 6 deletions

View File

@@ -16,5 +16,5 @@ idf_component_register(
"."
REQUIRES
nvs_flash esp_wifi esp_netif esp_http_client esp_http_server
esp_https_ota esp_event json spiffs console vfs
esp_https_ota esp_event json spiffs console vfs app_update
)