update version for another test

master
Sebastian Di Luzio 2021-12-04 20:07:54 +01:00
parent c892b155f8
commit 107f862723
2 changed files with 4 additions and 4 deletions

View File

@ -4680,7 +4680,7 @@
"name": "Charging Status",
"shortName":"Charging",
"icon": "widget.png",
"version":"0.1.1",
"version":"0.1.2",
"type": "widget",
"description": "A simple widget that shows up whenever the watch starts charging.",
"tags": "widget,battery",

View File

@ -6,9 +6,9 @@
Bangle.drawWidgets(); // re-layout widgets
g.flip();
});
WIDGETS.chargingStatus = {
WIDGETS["chargingStatus"] = {
area: 'tr',
width: 16,
width: 32,
draw() {
g.reset();
//if (Bangle.isCharging()) {