If you're crashing in the bootloader itself and no other code is loaded then we can definitely make sure nothing bad happens with the re-org. Saving the bootloader as:
eval(`
your_bootloader_code_here
`)
would fix it, as would using the normal save() to save the bootloader, rather than the 'save on send'.
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.
If you're crashing in the bootloader itself and no other code is loaded then we can definitely make sure nothing bad happens with the re-org. Saving the bootloader as:
would fix it, as would using the normal
save()
to save the bootloader, rather than the 'save on send'.