File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -529,7 +529,7 @@ function parseIncoming(msg) {
529
529
else if ( id . includes ( "antennaHeight_mm" ) ) {
530
530
ge ( "antennaHeight_m" ) . value = val / 1000.0 ;
531
531
}
532
-
532
+
533
533
//Check boxes / radio buttons
534
534
else if ( val == "true" ) {
535
535
try {
@@ -2700,4 +2700,4 @@ function printableInputType(coordinateInputType) {
2700
2700
break ;
2701
2701
}
2702
2702
return ( "Unknown" ) ;
2703
- }
2703
+ }
Original file line number Diff line number Diff line change @@ -522,7 +522,6 @@ void stateUpdate()
522
522
523
523
otaReportedVersion[0 ] = ' \0 ' ; // Zero out the reported version
524
524
}
525
-
526
525
}
527
526
528
527
#endif // COMPILE_AP
Original file line number Diff line number Diff line change @@ -1514,7 +1514,6 @@ void createSettingsString(char *newSettings)
1514
1514
break ;
1515
1515
case tSysState: {
1516
1516
SystemState *ptr = (SystemState *)rtkSettingsEntries[i].var ;
1517
-
1518
1517
stringRecord (newSettings, rtkSettingsEntries[i].name , (int )*ptr);
1519
1518
}
1520
1519
break ;
You can’t perform that action at this time.
0 commit comments