flashing a zip via the Web IDE? How exactly did you do this
I downloaded a ZIP to my PC, then uploaded it into the browser. I got it to work using F12 by setting a breakpoint in the stepDownload function and manually setting data.binary_url = '' in the console. (it was undefined)
I imagine the Layout error you hit was because of the bootloader.
Yeah, it was late and I was tired, so it was probably just me forgetting to upload the bootloader.
messing with Storage while out-of-memory probably somehow managed to erase all storage, no idea if it's reproducible
I doubt it was the watchdog, as the watch didn't reboot by itself.
Basically the watch was showing a "Memory" error, I tried long-pressing BTN3 which gave some error I forgot, and holding BTN1+2 got me stuck at the boot screen.
As for the memory error: I was testing an app which logs all incoming Gadgetbridge messages, and strongly suspect that caused it: it reads the full log into memory every time a new message arrives, and I got a few large ones that day.
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.
I downloaded a ZIP to my PC, then uploaded it into the browser. I got it to work using F12 by setting a breakpoint in the
stepDownload
function and manually settingdata.binary_url = ''
in the console. (it wasundefined
)Yeah, it was late and I was tired, so it was probably just me forgetting to upload the bootloader.
I doubt it was the watchdog, as the watch didn't reboot by itself.
Basically the watch was showing a "Memory" error, I tried long-pressing BTN3 which gave some error I forgot, and holding BTN1+2 got me stuck at the boot screen.
As for the memory error: I was testing an app which logs all incoming Gadgetbridge messages, and strongly suspect that caused it: it reads the full log into memory every time a new message arrives, and I got a few large ones that day.