File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ function parseIncoming(msg) {
4545 hide ( "msgUBX_ESF_ALG" ) ;
4646 hide ( "msgUBX_ESF_INS" ) ;
4747 }
48- else if ( platformPrefix == "Express" ) {
48+ else if ( platformPrefix == "Express" || platformPrefix == "Facet" ) {
4949 hide ( "sensorConfig" ) ; //Hide Sensor Config section
5050
5151 hide ( "msgUBX_ESF_MEAS" ) ; //Hide unsupported messages
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ function parseIncoming(msg) {
6868 hide("msgUBX_ESF_ALG");
6969 hide("msgUBX_ESF_INS");
7070 }
71- else if (platformPrefix == "Express") {
71+ else if (platformPrefix == "Express" || platformPrefix == "Facet" ) {
7272 hide("sensorConfig"); //Hide Sensor Config section
7373
7474 hide("msgUBX_ESF_MEAS"); //Hide unsupported messages
You can’t perform that action at this time.
0 commit comments