Hi, thanks - good ideas! I've actually got some issues open for the two things you mention already - so hopefully they will get implemented at some point soon.
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.
Hi, thanks - good ideas! I've actually got some issues open for the two things you mention already - so hopefully they will get implemented at some point soon.
You can download manually at the moment by typing
dump()
on the left-hand side and copy/pasting the code - it's just a bit more fiddly.And if you want to change the name there's the
NRF.setAdvertising
function: http://www.espruino.com/Reference#l_NRF_setAdvertisingshould work - so if you upload the following code and then type
save()
the name of the device will always beHello
.(edit - just moving this to the Puck.js forum)