You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I gave this a try (code exactly as is, just changed wifi and host url) on an ESP32-WROOM32.
After successfully downloading the new application and rebooting, the same download code is running again. Not the new application. I must be missing something here..
any ideas?
The text was updated successfully, but these errors were encountered:
oi. sorry. honestly dont remember it was so long ago. Have you confirmed your ESP has enough empty flash space and the file system is set up correctly? A 4MB ESP will only let you have an application approximately 1.5MB in size, INCLUDING the ota code. Current running application is in one partition. The new application is being uploaded to another partition, and there is some additional stuff occupying a few hundred kb such as bootloader, software for the wifi device, etc. I do know that if you try to upload a new firmware thats too large, it will not immediately detect, but as it gets to the point of running out of space, it will detect, error out, and NOT switch the config to the new partition (and thus, upon reboot, runs the old firmware again).
I gave this a try (code exactly as is, just changed wifi and host url) on an ESP32-WROOM32.
After successfully downloading the new application and rebooting, the same download code is running again. Not the new application. I must be missing something here..
any ideas?
The text was updated successfully, but these errors were encountered: