openstmap: Fix gps widget check

pull/2864/head
Erik Andresen 2023-07-04 21:58:04 +02:00
parent 4a727df891
commit 60658a7ad3
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ Bangle.setGPSPower(1, "app");
if (HASWIDGETS) {
Bangle.loadWidgets();
if (WIDGETS["GPS"]) { // one GPS Widget is enough
if (!WIDGETS["gps"]) { // one GPS Widget is enough
WIDGETS["sats"] = { area:"tl", width:48, draw:w=>{
var txt = (0|fix.satellites)+" Sats";
if (!fix.fix) txt += "\nNO FIX";