BBC micro:bit save(); problems, again. and a question about BLE #6743
Unanswered
espruino-discuss
asked this question in
Porting to new Devices
Replies: 1 comment
-
Posted at 2017-01-04 by @gfwilliams Hmm. Looks like it's because Espruino's code didn't know about the polarity of the buttons (they read 1 when off and 0 when on). If you hold down BTN1 while resetting it'll work - I'll get that fixed for the 1v91 release. You should be able to do Posted at 2017-01-04 by bennyfa Yep, holding BTN1 works. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2017-01-02 by bennyfa
I haven't used Espruino (or my micro:bit) for a while, I downloaded the latest (1v90) for the microbit and flashed it, however save(); either isnt working or has severely changed since 1v86. @gfwilliams helped me with this before.
This is the code i have:
on 1v86 this is the output:
on 1v90 this is the output:
2 Things
Quick question about bluetooth / nRF, I noticed in changelog it has been changed, however I am unsure of how to change the broadcast name from "ESPRUINO Microbit" it just says
And i dont really understand it..
Beta Was this translation helpful? Give feedback.
All reactions