@@ -201,8 +201,9 @@ class FCPage extends basePage {
201
201
202
202
< br />
203
203
< h2 > Telemetry Destinations</ h2 >
204
+ < p > < i > Telemetry must be stopped before the below options can be edited.</ i > </ p >
204
205
< h3 > UDP Client</ h3 >
205
- < p > < i > Send telemetry to these specific devices IP:port</ i > </ p >
206
+ < p > < i > Send telemetry to a specific IP:port. Use "UDP" option in Mission Planner. </ i > </ p >
206
207
< Table id = 'UDPOut' striped bordered hover size = "sm" >
207
208
< thead >
208
209
< tr > < th > Destination IP:Port</ th > < th > Action</ th > </ tr >
@@ -215,12 +216,12 @@ class FCPage extends basePage {
215
216
< div className = "form-group row" style = { { marginBottom : '5px' } } >
216
217
< label className = "col-sm-4 col-form-label" > Add new destination</ label >
217
218
< div className = "col-sm-8" >
218
- < input type = "text" onChange = { this . changeaddrow } value = { this . state . addrow } /> < Button size = "sm" onClick = { this . addUdpOutput } > Add</ Button >
219
+ < input type = "text" onChange = { this . changeaddrow } disabled = { this . state . telemetryStatus } value = { this . state . addrow } /> < Button size = "sm" disabled = { this . state . telemetryStatus } onClick = { this . addUdpOutput } > Add</ Button >
219
220
</ div >
220
221
</ div >
221
222
< br />
222
223
< h3 > UDP Server</ h3 >
223
- < p > < i > Allow devices to connect to this device's IP:port</ i > </ p >
224
+ < p > < i > Allow a single GCS to connect to this device's IP:port. Multiple GCS's cannot be connected here. Use "UDPCI" option in Mission Planner. </ i > </ p >
224
225
< div className = "form-group row" style = { { marginBottom : '5px' } } >
225
226
< label className = "col-sm-4 col-form-label" > Enable UDP Server</ label >
226
227
< div className = "col-sm-8" >
@@ -235,7 +236,7 @@ class FCPage extends basePage {
235
236
</ div >
236
237
< br />
237
238
< h3 > TCP Server</ h3 >
238
- < p > < i > Allow devices to connect to this device's IP:port</ i > </ p >
239
+ < p > < i > Allow multiple GCS's to connect to this device's IP:port. Use "TCP" option in Mission Planner. </ i > </ p >
239
240
< div className = "form-group row" style = { { marginBottom : '5px' } } >
240
241
< label className = "col-sm-5 col-form-label" > Enable TCP Server at port 5760</ label >
241
242
< div className = "col-sm-7" >
0 commit comments