Skip to content

Commit 4ecc0fa

Browse files
authored
Merge pull request #254 from sparkfun/Torch_Web_Config
Updates for Torch web config
2 parents 0125211 + 2cc3432 commit 4ecc0fa

File tree

4 files changed

+176
-102
lines changed

4 files changed

+176
-102
lines changed

Firmware/RTK_Everywhere/AP-Config/index.html

Lines changed: 14 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -418,13 +418,11 @@
418418

419419
<div style="margin-bottom:5px;">
420420
<button type="button" id="nmeaDefaults" class="btn btn-primary"
421-
onClick="resetToNmeaDefaults()">Reset to Surveying
422-
Defaults (NMEAx5)</button>
421+
onClick="resetToSurveyingDefaults()">Reset to Surveying Defaults</button>
423422
</div>
424423
<div style="margin-bottom:5px;">
425424
<button type="button" id="loggingDefaults" class="btn btn-primary"
426-
onClick="resetToLoggingDefaults()">Reset to Logging
427-
Defaults (NMEAx5 + RXMx2)</button>
425+
onClick="resetToLoggingDefaults()">Reset to Logging Defaults</button>
428426
</div>
429427

430428

@@ -1087,12 +1085,10 @@
10871085
<div class="card card-body" style="margin-top:5px;">
10881086

10891087
<div style="margin-bottom:5px;">
1090-
<button type="button" class="btn btn-primary" onClick="resetToRTCMDefaults()">Reset to
1091-
Defaults</button>
1088+
<button type="button" class="btn btn-primary" onClick="resetToRTCMDefaults()">Reset to Defaults</button>
10921089
</div>
10931090
<div style="margin-bottom:5px;">
1094-
<button type="button" class="btn btn-primary" onClick="resetToLowBandwidthRTCM()">Reset
1095-
to Low Bandwidth Link</button>
1091+
<button type="button" class="btn btn-primary" onClick="resetToRTCMLowBandwidth()">Reset to Low Bandwidth Link</button>
10961092
</div>
10971093

10981094
<div id="messageListBase">
@@ -1571,32 +1567,32 @@
15711567
<div class="form-group mt-2">
15721568
Corrections Sources Priority:
15731569
<span class="tt" data-bs-placement="right"
1574-
title="Assign the priority of each corrections source. Click on a source to decrease its priority. Click the lowest to make it the highest. Changes are saved when 'Save Configuration' is pressed.">
1570+
title="Assign the priority of each corrections source. Click on a source to increase its priority. Click the highest to make it the lowest. Changes are saved when 'Save Configuration' is pressed.">
15751571
<span class="icon-info-circle text-primary ms-2"></span>
15761572
</span>
15771573
</div>
15781574

15791575
<div id="correctionsPriorityList">
15801576
<div style="margin-top:5px;" class="form-group row">
1581-
<button type="button" class="btn btn-primary btn-lg btn-block" id="corrPrioButton0">0</button>
1577+
<button type="button" class="btn btn-primary btn-block" id="corrPrioButton0">0</button>
15821578
</div>
15831579
<div style="margin-top:5px;" class="form-group row">
1584-
<button type="button" class="btn btn-primary btn-lg btn-block" id="corrPrioButton1">1</button>
1580+
<button type="button" class="btn btn-primary btn-block" id="corrPrioButton1">1</button>
15851581
</div>
15861582
<div style="margin-top:5px;" class="form-group row">
1587-
<button type="button" class="btn btn-primary btn-lg btn-block" id="corrPrioButton2">2</button>
1583+
<button type="button" class="btn btn-primary btn-block" id="corrPrioButton2">2</button>
15881584
</div>
15891585
<div style="margin-top:5px;" class="form-group row">
1590-
<button type="button" class="btn btn-primary btn-lg btn-block" id="corrPrioButton3">3</button>
1586+
<button type="button" class="btn btn-primary btn-block" id="corrPrioButton3">3</button>
15911587
</div>
15921588
<div style="margin-top:5px;" class="form-group row">
1593-
<button type="button" class="btn btn-primary btn-lg btn-block" id="corrPrioButton4">4</button>
1589+
<button type="button" class="btn btn-primary btn-block" id="corrPrioButton4">4</button>
15941590
</div>
15951591
<div style="margin-top:5px;" class="form-group row">
1596-
<button type="button" class="btn btn-primary btn-lg btn-block" id="corrPrioButton5">5</button>
1592+
<button type="button" class="btn btn-primary btn-block" id="corrPrioButton5">5</button>
15971593
</div>
15981594
<div style="margin-top:5px;" class="form-group row">
1599-
<button type="button" class="btn btn-primary btn-lg btn-block" id="corrPrioButton6">6</button>
1595+
<button type="button" class="btn btn-primary btn-block" id="corrPrioButton6">6</button>
16001596
</div>
16011597
</div>
16021598

@@ -1605,7 +1601,7 @@
16051601
</div>
16061602

16071603
<div style="margin-top:30px;" class="form-group row">
1608-
<button type="button" id="correctionsPriorityDefaults" class="btn btn-primary btn-lg btn-block"
1604+
<button type="button" id="correctionsPriorityDefaults" class="btn btn-primary btn-block"
16091605
onClick="resetToCorrectionsPriorityDefaults()">Reset to Defaults</button>
16101606
</div>
16111607

@@ -1788,8 +1784,7 @@
17881784
</div>
17891785
<div class="form-check">
17901786
<button type="button" id="factoryDefaults" class="btn btn-primary"
1791-
onClick="resetToFactoryDefaults()" disabled>Reset to Factory
1792-
Defaults</button>
1787+
onClick="resetToFactoryDefaults()" disabled>Reset to Factory Defaults</button>
17931788
<p id="factoryDefaultsMsg" class="inlineSuccess"></p>
17941789
</div>
17951790

0 commit comments

Comments
 (0)