-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upload failed Server returned status code 0 / callbacks not shown in serial #230
Comments
@juanmartin84 You are using "Huge App" partition table, it doesn't contain any partition for OTA updates.
|
@juanmartin84 : for big firmwares (more than 2Mb) you can use MycilaSafeBoot which allows to have a smaller recovery partition used for OTA flash and a bigger app partition, more than 3Mb / 7Mb depending on the flash size (4Mb or 8Mb). MycilaSafeBoot includes ElegantOTA. |
Hello @ayushsharma82 @mathieucarbou , thanks for recommendations.
Best regards |
Hi!
I also get "status code 0". |
Example of one I like to use:
which can also be written as:
But you can decide to reduce the ota size, add a coredump, etc. But in my bigger apps, I use MycilaSafeboot and I have then a huge app partition of 3.2Mb for a 4Mb flash
And 7.3Mb for a 8Mb flash
|
thx, now it works! |
Hello, i'm using ElegantOTA.h version 3.0.0 with AsyncDemo code in platformio.
After select the file.bin to apload nothing is shown in serial monitor.
At the end in the browser appears "Upload failed Server returned status code 0"
Below the .ini file
Below the code:
What can be happening?
Thanks
The text was updated successfully, but these errors were encountered: