Hi everyone, I would like to upgrade my Micro:bit from version 2.04 to 2.06, but I noticed that both with different USB cables on both Mac and Windows (with related drivers) flash memory never loads ... and RESET button doesn't work either!
The example code loaded via BLE works fine, but for saving to flash permanently I am forced to reset(true); save();
Saving via IDE to "Flash" gives me error: Uncaught Error: Module Storage not found ... require("Storage").write(".bootcde","var on = false;\nsetIn
Do you know how to make flash memory reappear on desktop?
Here are some more info, THANK YOU for your collaboration!
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.
Hi everyone, I would like to upgrade my Micro:bit from version 2.04 to 2.06, but I noticed that both with different USB cables on both Mac and Windows (with related drivers) flash memory never loads ... and RESET button doesn't work either!
The example code loaded via BLE works fine, but for saving to flash permanently I am forced to reset(true); save();
Saving via IDE to "Flash" gives me error: Uncaught Error: Module Storage not found ... require("Storage").write(".bootcde","var on = false;\nsetIn
Do you know how to make flash memory reappear on desktop?
Here are some more info, THANK YOU for your collaboration!