Update widalt.wid.js

pull/2070/head
xxDUxx 2022-08-02 16:24:09 +02:00 committed by GitHub
parent 826064bfc1
commit 5023dc09d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -14,12 +14,13 @@
WIDGETS["widalt"].width = 1 + (alt.length)*12+6;
if (w!=WIDGETS["widalt"].width) Bangle.drawWidgets();
WIDGETS["widalt"].draw();
setTimeout(readAltitude,60000);
}
});}
catch(err) {
print("ERROR");
setTimeout(readAltitude,1000);
}
setTimeout(readAltitude,60000);
}
readAltitude();