Search found 1 match
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...