RAK8212: Issue with save() freezing up the system

Posted on
Page
of 2
Prev
/ 2
  • Is it possible that you're uploading the code, running onInit, and then saving? That would cause Espruino to save its current state, which would then be out of sync with the modem that'd just powered on.

    Try uploading your code without any call to onInit and see if that helps. Or use save on send: http://www.espruino.com/Saving

    Can you also try adding the code Bluetooth.setConsole(1) to the onInit function and see if that helps at all?

    Also, looks like you may be using at.debug() or some other debug option - it might be worth turning that off when you save as well?

  • Post a reply
    • Bold
    • Italics
    • Link
    • Image
    • List
    • Quote
    • code
    • Preview
About

RAK8212: Issue with save() freezing up the system

Posted by Avatar for wklenk @wklenk

Actions