Search found 2 matches

by nasir916
Thu Oct 31, 2024 1:08 pm
Forum: General Discussion
Topic: OTA Update through MQTT fails
Replies: 2
Views: 903

Re: OTA Update through MQTT fails

Yeah it got fixed , it was not going in the ota begin condition.
by nasir916
Wed Oct 30, 2024 1:10 pm
Forum: General Discussion
Topic: OTA Update through MQTT fails
Replies: 2
Views: 903

OTA Update through MQTT fails

Hello Everyone I am working on implementing OTA updates received via MQTT in an ESP32 project using the ESP-IDF framework. The OTA update process involves receiving packets over MQTT. However, when I attempt to finalize the OTA update, it does not go through. I have added debug statements to trace t...