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
Originally posted by AttilaTtila April 24, 2022
Hi Juraj,
I have 2x Mega2560 (with builtin Wifi) boards and i'd really like to make OTA working for them!
So i burned the Optiboot bootloader by MCUDude.
Then i used your example sketch (SerialWiFiOTA) to test. Then i make minor change in the code and upload it via "Upload using programmer". All seems OK, "Sketch uploaded successfully" message appears, but after board resets, the old sketch started running again (or it just hangs completely).
Any advise please?
Thanks!
Attila
The text was updated successfully, but these errors were encountered:
If you test OTA with the 'fake' programmer, close the Serial Monitor in IDE. With Serial Monitor open, IDE will reset the board after upload tool finishes. The board then doesn't finish to apply the update.
Discussed in #151
Originally posted by AttilaTtila April 24, 2022
Hi Juraj,
I have 2x Mega2560 (with builtin Wifi) boards and i'd really like to make OTA working for them!
So i burned the Optiboot bootloader by MCUDude.
Then i used your example sketch (SerialWiFiOTA) to test. Then i make minor change in the code and upload it via "Upload using programmer". All seems OK, "Sketch uploaded successfully" message appears, but after board resets, the old sketch started running again (or it just hangs completely).
Any advise please?
Thanks!
Attila
The text was updated successfully, but these errors were encountered: