Skip to content
Discussion options

You must be logged in to vote

Ahh - are you writing the code to RAM and then typing save()? I don't think Espruino doesn't stores console state that way. You can either write it to Flash or you can do:

function onInit() {
  NRF.setTxPower(4);
  Bluetooth.setConsole(1);
}

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@gfwilliams
Comment options

Answer selected by DirkRE
@DirkRE
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants