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) {
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" ;
Original file line number Diff line number Diff 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";
You can’t perform that action at this time.
0 commit comments