fbiego/ESP32_BLE_OTA_Arduino

Error#9

HHavendano opened this issue · 4 comments

I trying to update the firmware ,but i recive the Error#9. and the esp32 start again. How can i fix it?

What Flash are you using SPIFFS or FFat? also check that you have enough space to store the update file

Minimal SPIFFS, I wanted to adapted to another sketch that i used. OTA via HTTP. Is possible adapt both part on the same sketch?

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

Ok, thanks