You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • 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'.

About

Avatar for Gordon @Gordon started