nor is there any type of scrolling. The clock face remains static. (minutes do update)
From WebIDE >> Settings >> Console
FIRMWARE: Current 2v04.218, Available 2v04.218
>E.getBattery()
=63
Connecting using the WebIDE reveals this error:
Uncaught Error: Function "setLCDOffset" not found!
at line 1 col 8
Bangle.setLCDOffset(0);Bangle.setLCDMode("direct");g.clear()...
^
in function called from system
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.
Thr 2019.12.26
While assisting Alex with a charging issue: forum post Charging found a bit of time to play with this Beta prototype. (pledge backer 258)
Read over the following pages:
Started with: Just got your Bangle.js? Here's how to get started
Am able to power on BTN1 and power off BTN2
Am able to reset holding both buttons
Loaded the following:
Bootloader
Settings
Battery Level Widget
Bluetooth Widget
Mixed Clock
Pressing BTN3 after disconnect does reboot and a clock face, BLE icon and Battery status indicator are visible
However, pressing BTN2 does absolutely nothing, no menu. Bewildering.
Q: What does 'When in Clock' really mean? Is there a specific clock that must first be loaded?
First and second line here, pressing the middle button does not bring up a menu either
nor is there any type of scrolling. The clock face remains static. (minutes do update)
From WebIDE >> Settings >> Console
Connecting using the WebIDE reveals this error:
I'll keep reading / trying . . . .