1
0
Fork 0

Update widalt.wid.js

master
xxDUxx 2024-09-25 10:53:35 +02:00 committed by GitHub
parent 0b194a2cd4
commit 030a38df0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@
//some other app is using the barometer - ignore new readings until our interval is up
if (Math.floor(p.altitude) != lastAlt) {
lastAlt = Math.floor(p.altitude);
nextUpdate = Date.now() + settings.interval;
alt = p.altitude.toFixed(0);
WIDGETS.widalt.draw();
}