-
Amazing, this works !
Thank you for the quick update.
Quick question, I want to run the watch with the bare minimum (just the espruino firmware)
Basically I want a blank screen and nothing else.
How can I do that ?
"Factory Reset" deletes all code but then reinstalls the "watch OS" and the default apps.
"Clean Run" is almost what I want but not quite since it doesn't erase anything and it sends me back to the watch OS when I reboot.Maybe via espruino IDE ?
Thanks
-
Hi,
I just bought a Bangle.js 2 (love it). I am using the espruino.com/ide to fiddle with it.
In the code editor (right side), when I type, for example,
Bangle.
then press CTRL+SPACE, I get suggestions (accelRd, accelWr, buzz...) and method definition (parameters name and type).But when I type
g.
then press CTRL+SPACE, I get nothing.
I know I can typeg.
then press TAB on the left side to get the list of methods, but then I still need to figure out what are the parameters.
It makes development very slow.I am missing something ? Is it only me ? Is using
g
the right way to draw on the screen ?Thanks
Thank you !