forked from xiaozhi/xiaozhi-esp32
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user