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) {
45
45
hide ( "msgUBX_ESF_ALG" ) ;
46
46
hide ( "msgUBX_ESF_INS" ) ;
47
47
}
48
- else if ( platformPrefix == "Express" ) {
48
+ else if ( platformPrefix == "Express" || platformPrefix == "Facet" ) {
49
49
hide ( "sensorConfig" ) ; //Hide Sensor Config section
50
50
51
51
hide ( "msgUBX_ESF_MEAS" ) ; //Hide unsupported messages
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ function parseIncoming(msg) {
68
68
hide("msgUBX_ESF_ALG");
69
69
hide("msgUBX_ESF_INS");
70
70
}
71
- else if (platformPrefix == "Express") {
71
+ else if (platformPrefix == "Express" || platformPrefix == "Facet" ) {
72
72
hide("sensorConfig"); //Hide Sensor Config section
73
73
74
74
hide("msgUBX_ESF_MEAS"); //Hide unsupported messages
You can’t perform that action at this time.
0 commit comments