Have you called make erase before flashing the new firmware?
make erase
Latest build of Espruino works stable for me.
>process.env ={ VERSION: "2v04.274", GIT_COMMIT: "1921e46c1", BOARD: "ESP8266_4MB", FLASH: 0, RAM: 81920, SERIAL: "84f3eb0d-17d4", CONSOLE: "Serial1", MODULES: "Flash,Storage,hea" ... "r,crypto,neopixel", EXPTR: 1073643636 } >
Edit: Including save().
save()
@MaBe started
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.
Have you called
make erase
before flashing the new firmware?Latest build of Espruino works stable for me.
Edit: Including
save()
.