File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Firmware/RTK_Everywhere/AP-Config Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1682
1682
< button type ="button " class ="btn btn-primary " id ="corrPrioButton4 "> 4</ button >
1683
1683
< button type ="button " class ="btn btn-primary " id ="corrPrioButton5 "> 5</ button >
1684
1684
< button type ="button " class ="btn btn-primary " id ="corrPrioButton6 "> 6</ button >
1685
+ < button type ="button " class ="btn btn-primary " id ="corrPrioButton7 "> 7</ button >
1685
1686
< br >
1686
1687
< button type ="button " id ="correctionsPriorityDefaults " class ="btn btn-primary "
1687
1688
onClick ="resetToCorrectionsPriorityDefaults() "> Reset to Defaults</ button >
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ var sendDataTimeout;
50
50
var checkNewFirmwareTimeout ;
51
51
var getNewFirmwareTimeout ;
52
52
53
- const numCorrectionsSources = 7 ;
53
+ const numCorrectionsSources = 8 ;
54
54
var correctionsSourceNames = [ ] ;
55
55
var correctionsSourcePriorities = [ ] ;
56
56
You can’t perform that action at this time.
0 commit comments