Skip to content

Commit 5534730

Browse files
committed
Increase corrections priority sources to 8
1 parent 6e86422 commit 5534730

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Firmware/RTK_Everywhere/AP-Config/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1682,6 +1682,7 @@
16821682
<button type="button" class="btn btn-primary" id="corrPrioButton4">4</button>
16831683
<button type="button" class="btn btn-primary" id="corrPrioButton5">5</button>
16841684
<button type="button" class="btn btn-primary" id="corrPrioButton6">6</button>
1685+
<button type="button" class="btn btn-primary" id="corrPrioButton7">7</button>
16851686
<br>
16861687
<button type="button" id="correctionsPriorityDefaults" class="btn btn-primary"
16871688
onClick="resetToCorrectionsPriorityDefaults()">Reset to Defaults</button>

Firmware/RTK_Everywhere/AP-Config/src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ var sendDataTimeout;
5050
var checkNewFirmwareTimeout;
5151
var getNewFirmwareTimeout;
5252

53-
const numCorrectionsSources = 7;
53+
const numCorrectionsSources = 8;
5454
var correctionsSourceNames = [];
5555
var correctionsSourcePriorities = [];
5656

0 commit comments

Comments
 (0)