Search found 1 match

by gl819aq
Thu Jun 13, 2024 4:00 pm
Forum: ESP-IDF
Topic: ESP32 OTA
Replies: 0
Views: 309

ESP32 OTA

I implemented the ability to do Firmware OTA using esp_https_ota using the code below. The problem is that once it starts writing to flash, I'm getting a TG0WDT_SYS_RST. Sometimes the write to the flash just seems to hang after some writes. I don't know what's wrong and how to debug it. Do I pet thi...