You could try connecting with the Web IDE and typing E.getBattery() - also I believe analogRead(D3) gives you the raw value - usually 0.3ish
E.getBattery()
analogRead(D3)
Does the battery still seem to last a long time? It's just that you can't see the percentage?
@Gordon started
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.
You could try connecting with the Web IDE and typing
E.getBattery()
- also I believeanalogRead(D3)
gives you the raw value - usually 0.3ishDoes the battery still seem to last a long time? It's just that you can't see the percentage?