feat: 实现时间同步、NVS稳定性修复和ESP-IDF v6.0兼容性改进

This commit is contained in:
2026-04-01 18:58:20 +08:00
parent 540bfe825f
commit 9815ab8df0
17 changed files with 942 additions and 31 deletions

View File

@@ -27,6 +27,8 @@ idf_component_register(
"skills/skill_loader.c"
"onboard/wifi_onboard.c"
"ota/ota_manager.c"
"time_sync/time_sync.c"
"nvs_safety/nvs_safety.c"
INCLUDE_DIRS
"."
REQUIRES