bikespeedo: whitespace
parent
cc051726cc
commit
e34caa8014
|
|
@ -1,7 +1,7 @@
|
|||
0.01: New App!
|
||||
0.02: Barometer altitude adjustment setting
|
||||
0.03: Use default Bangle formatter for booleans
|
||||
0.04: Add options for units in locale and recording GPS
|
||||
0.05: Allow toggling of "max" values (screen tap) and recording (button press)
|
||||
0.06: Fix local unit setting
|
||||
0.01: New App!
|
||||
0.02: Barometer altitude adjustment setting
|
||||
0.03: Use default Bangle formatter for booleans
|
||||
0.04: Add options for units in locale and recording GPS
|
||||
0.05: Allow toggling of "max" values (screen tap) and recording (button press)
|
||||
0.06: Fix local unit setting
|
||||
0.07: Minor code improvements
|
||||
|
|
|
|||
|
|
@ -409,7 +409,7 @@ function updateClock() {
|
|||
|
||||
if ( emulator ) {
|
||||
max.spd++; max.alt++;
|
||||
const d=new Date();
|
||||
const d=new Date();
|
||||
sec=d.getSeconds();
|
||||
onGPS(lf);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue