Error#9
HHavendano opened this issue · 4 comments
HHavendano commented
I trying to update the firmware ,but i recive the Error#9. and the esp32 start again. How can i fix it?
fbiego commented
What Flash are you using SPIFFS or FFat? also check that you have enough space to store the update file
HHavendano commented
Minimal SPIFFS, I wanted to adapted to another sketch that i used. OTA via HTTP. Is possible adapt both part on the same sketch?
fbiego commented
Minimal SPIFFS may not have enough space to store the update file.
As for the OTA via HTTP, it may be challenging to implement both functionalities in the same sketch
HHavendano commented
Ok, thanks