-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Updater does not work anymore on ESP-12F since 2.7.0 #7269
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
Comments
What is the brand of your flash chip? |
How can you read that info ? |
May be write esptool.py --port COMx flash_id |
|
It is a xmc flash. Same issue as #7267 |
Closing as duplicate of #7267. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#Basic Infos
Platform
Settings in IDE
Problem Description
I have moved from Core 2.6.3 to core 2.7.0.
Since then, I've spent a long time trying to make HTTPUpdate working, but I couldn't.
Even though everything seems to work perfectly, after reset the hardware is unable to run the new firmware.
I thought I had an issue somewhere, so I remembered that Arduino OTA was working fine.
So I tried to update the firmware with Arduino OTA, and this time it was not working anymore !
Same behaviour : flash write seems OK, but after the reset the new firmware can't run.
Finally, I swapped back from 2.7.0 to 2.6.3, and everything works fine ( Arduino OTA, HTTPUpdate, etc... )
My guess is that core 2.7.0 added a bug in Updater.cpp on ESP8266.
MCVE Sketch
The text was updated successfully, but these errors were encountered: