bikespeedo: whitespace

master
Rob Pilling 2025-04-16 18:18:31 +01:00
parent cc051726cc
commit e34caa8014
2 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
0.01: New App! 0.01: New App!
0.02: Barometer altitude adjustment setting 0.02: Barometer altitude adjustment setting
0.03: Use default Bangle formatter for booleans 0.03: Use default Bangle formatter for booleans
0.04: Add options for units in locale and recording GPS 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.05: Allow toggling of "max" values (screen tap) and recording (button press)
0.06: Fix local unit setting 0.06: Fix local unit setting
0.07: Minor code improvements 0.07: Minor code improvements

View File

@ -409,7 +409,7 @@ function updateClock() {
if ( emulator ) { if ( emulator ) {
max.spd++; max.alt++; max.spd++; max.alt++;
const d=new Date(); const d=new Date();
sec=d.getSeconds(); sec=d.getSeconds();
onGPS(lf); onGPS(lf);
} }