OTA checkversion增加了一些log, 便于三方开发调试自己的OTA接口 (#568)

* feat(ota): add logging for missing sections in Ota::CheckVersion

Add detailed logging to inform when specific sections (activation, mqtt, websocket, server_time, firmware) are not found during the OTA version check. This improves debugging and visibility into the OTA process.

* 恢复提示词

---------

Co-authored-by: loadingxv <loadingvx@gmail.com>
This commit is contained in:
Liam
2025-05-04 18:25:50 +08:00
committed by GitHub
parent f590e49f2d
commit 8e638e3884
2 changed files with 14 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ dependencies:
78/xiaozhi-fonts: "~1.3.2"
espressif/led_strip: "^2.4.1"
espressif/esp_codec_dev: "~1.3.2"
espressif/esp-sr: "^2.0.5"
espressif/esp-sr: "==2.0.3"
espressif/button: "^3.3.1"
espressif/knob: "^1.0.0"
espressif/esp_lcd_touch_ft5x06: "~1.0.6"