Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Le-Kat committed Feb 3, 2025
1 parent 32804c1 commit 47a36f3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions apps/widsat/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
0.12: now?
0.13: THAT WASNT IT
0.14: trying to salvage it live
0.15: backup incase borks again
2 changes: 1 addition & 1 deletion apps/widsat/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "satelite widget",
"shortName":"satelite Widget",
"icon": "widget.png",
"version":"0.14",
"version":"0.15",
"type": "widget",
"supports": ["BANGLEJS", "BANGLEJS2"],
"readme": "README.md",
Expand Down
9 changes: 4 additions & 5 deletions apps/widsat/wid.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,14 @@
return (24);
}

Bangle.setGPSPower (false, "widget");

WIDGETS ["widsat"] = {
area: "tl",
width: getWidth(),
draw: drawWidget
};

//Bangle.on ('GPS', WIDGETS ["widsat"].draw());

Bangle.drawWidgets();
Bangle.on ('gps', () => {

WIDGETS ["widsat"].draw ();
});
})()

0 comments on commit 47a36f3

Please sign in to comment.