Remove repeated assignment of date to gps object
parent
173969839e
commit
e052a6e65f
|
|
@ -339,7 +339,6 @@ function drawGPSWaitPage() {
|
|||
setWatch(() => {
|
||||
clearWatch();
|
||||
Bangle.setGPSPower(0);
|
||||
lastGPS.time = new Date();
|
||||
m = indexPageMenu(lastGPS);
|
||||
}, BTN3, {repeat: false});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue