Skip to content

Commit 5ee7218

Browse files
committed
Remove PointPerfect config from AP for all non-L-Band platforms.
1 parent 88479ce commit 5ee7218

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,11 @@ function parseIncoming(msg) {
3838
hide("dataPortChannelDropdown");
3939

4040
hide("sensorConfig");
41+
hide("ppConfig");
4142
}
4243
else if (platformPrefix == "Express" || platformPrefix == "Facet") {
4344
hide("sensorConfig");
45+
hide("ppConfig");
4446
}
4547
else if (platformPrefix == "Express Plus") {
4648
ge("muxChannel2").innerHTML = "Wheel/Dir Encoder";

Firmware/RTK_Surveyor/form.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,11 @@ function parseIncoming(msg) {
6161
hide("dataPortChannelDropdown");
6262

6363
hide("sensorConfig");
64+
hide("ppConfig");
6465
}
6566
else if (platformPrefix == "Express" || platformPrefix == "Facet") {
6667
hide("sensorConfig");
68+
hide("ppConfig");
6769
}
6870
else if (platformPrefix == "Express Plus") {
6971
ge("muxChannel2").innerHTML = "Wheel/Dir Encoder";

0 commit comments

Comments
 (0)