File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,11 @@ function parseIncoming(msg) {
38
38
hide ( "dataPortChannelDropdown" ) ;
39
39
40
40
hide ( "sensorConfig" ) ;
41
+ hide ( "ppConfig" ) ;
41
42
}
42
43
else if ( platformPrefix == "Express" || platformPrefix == "Facet" ) {
43
44
hide ( "sensorConfig" ) ;
45
+ hide ( "ppConfig" ) ;
44
46
}
45
47
else if ( platformPrefix == "Express Plus" ) {
46
48
ge ( "muxChannel2" ) . innerHTML = "Wheel/Dir Encoder" ;
Original file line number Diff line number Diff line change @@ -61,9 +61,11 @@ function parseIncoming(msg) {
61
61
hide("dataPortChannelDropdown");
62
62
63
63
hide("sensorConfig");
64
+ hide("ppConfig");
64
65
}
65
66
else if (platformPrefix == "Express" || platformPrefix == "Facet") {
66
67
hide("sensorConfig");
68
+ hide("ppConfig");
67
69
}
68
70
else if (platformPrefix == "Express Plus") {
69
71
ge("muxChannel2").innerHTML = "Wheel/Dir Encoder";
You can’t perform that action at this time.
0 commit comments