File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Firmware/RTK_Everywhere/AP-Config Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1196
1196
1197
1197
<!-- --------- Ports Config --------- -->
1198
1198
< div class ="d-grid gap-2 ">
1199
- < button class ="btn btn-primary mt-3 toggle-btn " type ="button " data-toggle ="collapse "
1199
+ < button class ="btn btn-primary mt-3 toggle-btn " id =" portsConfig " type ="button " data-toggle ="collapse "
1200
1200
data-target ="#collapsePortsConfig " aria-expanded ="false " aria-controls ="collapsePortsConfig ">
1201
1201
Ports Configuration < i id ="portsCaret " class ="caret-icon bi icon-caret-down "> </ i >
1202
1202
</ button >
Original file line number Diff line number Diff line change @@ -104,27 +104,31 @@ function parseIncoming(msg) {
104
104
show ( "ethernetConfig" ) ;
105
105
show ( "ntpConfig" ) ;
106
106
hide ( "tiltCompensationSettings" ) ;
107
+ hide ( "portsConfig" ) ;
107
108
}
108
109
else if ( platformPrefix == "Facet v2" ) {
109
110
show ( "baseConfig" ) ;
110
111
show ( "ppConfig" ) ;
111
112
hide ( "ethernetConfig" ) ;
112
113
hide ( "ntpConfig" ) ;
113
114
hide ( "tiltCompensationSettings" ) ;
115
+ show ( "portsConfig" ) ;
114
116
}
115
117
else if ( platformPrefix == "Facet mosaic" ) {
116
118
show ( "baseConfig" ) ;
117
119
show ( "ppConfig" ) ;
118
120
hide ( "ethernetConfig" ) ;
119
121
hide ( "ntpConfig" ) ;
120
122
hide ( "tiltCompensationSettings" ) ;
123
+ show ( "portsConfig" ) ;
121
124
}
122
125
else if ( platformPrefix == "Torch" ) {
123
126
show ( "baseConfig" ) ;
124
127
show ( "ppConfig" ) ;
125
128
hide ( "ethernetConfig" ) ;
126
129
hide ( "ntpConfig" ) ;
127
130
show ( "tiltCompensationSettings" ) ;
131
+ hide ( "portsConfig" ) ;
128
132
129
133
select = ge ( "dynamicModel" ) ;
130
134
let newOption = new Option ( 'Survey' , '0' ) ;
You can’t perform that action at this time.
0 commit comments