Can you paste the welcome screen of espruino with the version number and all that under it? Any warning about flash chip & size mismatch?
The correct stand-alone saving command is require("Wifi").save(). Perhaps you can also paste the output of require("Wifi").getDetails() right before saving.
NB: I haven't used the "combined" binary. I always flash bootloader, user1, blank, and rf defaults as individual files. Gordon wanted the combined binary to make things simpler, but I'm not convinced that there aren't ugly corner cases. For example, it doesn't clear/initialize the SDK's save areas.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Can you paste the welcome screen of espruino with the version number and all that under it? Any warning about flash chip & size mismatch?
The correct stand-alone saving command is
require("Wifi").save()
. Perhaps you can also paste the output ofrequire("Wifi").getDetails()
right before saving.NB: I haven't used the "combined" binary. I always flash bootloader, user1, blank, and rf defaults as individual files. Gordon wanted the combined binary to make things simpler, but I'm not convinced that there aren't ugly corner cases. For example, it doesn't clear/initialize the SDK's save areas.