接前一篇文章:ESP32-C3模组上跑通OTA升级(10)
本文内容参考:
《ESP3-C3 物联网工程开发实战》 乐鑫科技
特此致谢!
上一回说到解决了证书验证的问题,但紧接着又出现了一个新的问题:版本相同无法升级。本回就来讲解一下这个问题如何解决,并也给出正常OTA的显示。
八、程序调试过程中遇到的问题及解决
2. Current running version is the same as a new. We will not continue the update.问题
详细的问题log如下:
I (22596) esp_https_ota: Starting OTA...
I (22596) esp_https_ota: Writing to partition subtype 17 at offset 0x190000
I (22596) Wi-Fi Module: Reading Image Description
I (22606) Wi-Fi Module: Running firmware version: 1
W (22616) Wi-Fi Module: Current running version is the same as a new. We will not continue the update.
E