@@ -131,7 +131,9 @@ function parseIncoming(msg) {
131
131
select . add ( newOption , undefined ) ;
132
132
newOption = new Option ( 'Flex NTRIP/RTCM' , '1' ) ;
133
133
select . add ( newOption , undefined ) ;
134
- newOption = new Option ( 'Flex L-Band North America' , '2' ) ;
134
+ newOption = new Option ( 'Flex L-Band North America (Deprecated)' , '2' ) ;
135
+ select . add ( newOption , undefined ) ;
136
+ newOption = new Option ( 'Flex MQTT (Deprecated)' , '5' ) ;
135
137
select . add ( newOption , undefined ) ;
136
138
}
137
139
else if ( ( platformPrefix == "Facet v2" ) || ( platformPrefix == "Facet v2 LBand" ) ) {
@@ -200,7 +202,9 @@ function parseIncoming(msg) {
200
202
select . add ( newOption , undefined ) ;
201
203
newOption = new Option ( 'Flex NTRIP/RTCM' , '1' ) ;
202
204
select . add ( newOption , undefined ) ;
203
- newOption = new Option ( 'Flex L-Band North America' , '2' ) ;
205
+ newOption = new Option ( 'Flex L-Band North America (Deprecated)' , '2' ) ;
206
+ select . add ( newOption , undefined ) ;
207
+ newOption = new Option ( 'Flex MQTT (Deprecated)' , '5' ) ;
204
208
select . add ( newOption , undefined ) ;
205
209
}
206
210
else if ( platformPrefix == "Torch" ) {
@@ -238,6 +242,8 @@ function parseIncoming(msg) {
238
242
select . add ( newOption , undefined ) ;
239
243
newOption = new Option ( 'Flex NTRIP/RTCM' , '1' ) ;
240
244
select . add ( newOption , undefined ) ;
245
+ newOption = new Option ( 'Flex MQTT (Deprecated)' , '5' ) ;
246
+ select . add ( newOption , undefined ) ;
241
247
}
242
248
else if ( platformPrefix == "Postcard" ) {
243
249
show ( "baseConfig" ) ;
@@ -273,6 +279,8 @@ function parseIncoming(msg) {
273
279
select . add ( newOption , undefined ) ;
274
280
newOption = new Option ( 'Flex NTRIP/RTCM' , '1' ) ;
275
281
select . add ( newOption , undefined ) ;
282
+ newOption = new Option ( 'Flex MQTT (Deprecated)' , '5' ) ;
283
+ select . add ( newOption , undefined ) ;
276
284
277
285
ge ( "radioPortBaud" ) . options . length = 0 ; //Remove all from list
278
286
select = ge ( "radioPortBaud" ) ;
0 commit comments