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

@@ -184,11 +184,6 @@ static esp_err_t http_event_handler(esp_http_client_event_t *evt)
/* ── Provider helpers ──────────────────────────────────────────── */
static bool provider_is_openai(void)
{
return llm_provider_is_openai_compatible();
}
static const char *llm_api_url(void)
{
return llm_provider_api_url();