Skip to content

Commit ce97c17

Browse files
committed
Rename the protocol
1 parent e2a09d8 commit ce97c17

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/html/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -211,14 +211,14 @@ <h2>Serial Protocol</h2>
211211
<option value='4'>SUMD</option>
212212
<option value='5'>DJI RS Pro</option>
213213
<option value='6'>HoTT Telemetry</option>
214-
<option value='7'>Spektrum Satellite</option>
214+
<option value='7'>Spektrum Remote Receiver</option>
215215
</select>
216216
<label for='serial-protocol'>Serial Protocol</label>
217217
</div>
218218
</div>
219219
<div id="satellite-config" style="display: none;">
220-
<h2>Satellite System</h2>
221-
Set the satellite system when using the Spektrum satellite protocol.<br/>
220+
<h2>Spektrum Remote Receiver System</h2>
221+
Set the system type when using the Spektrum Remote Receiver protocol.<br/>
222222
<br/>
223223
<div class="mui-select">
224224
<select id='satellite-system' name='satellite-system'>
@@ -227,12 +227,12 @@ <h2>Satellite System</h2>
227227
<option value='2'>DSM2 11MS</option>
228228
<option value='3'>DSM2 22MS</option>
229229
</select>
230-
<label for="satellite-system">Satellite System</label>
230+
<label for="satellite-system">Spektrum Remote Receiver System</label>
231231
</div>
232232
</div>
233233
<div id="failsafe-config" style="display: none;">
234234
<h2>Failsafe</h2>
235-
Set the failsafe behaviour when using the SBUS or Spektrum satellite protocol:<br/>
235+
Set the failsafe behaviour when using the SBUS or Spektrum Remote Receiver protocol:<br/>
236236
<ul>
237237
<li>"No Pulses" stops sending data when a connection to the transmitter is lost</li>
238238
<li>"Last Position" continues to send the last received channel data along with the FAILSAFE bit set</li>

src/lib/LUA/rx_devLUA.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ static const char *rxModes = "50Hz;60Hz;100Hz;160Hz;333Hz;400Hz;10kHzDuty;On/Off
2525
static struct luaItem_selection luaSerialProtocol = {
2626
{"Protocol", CRSF_TEXT_SELECTION},
2727
0, // value
28-
"CRSF;Inverted CRSF;SBUS;Inverted SBUS;SUMD;DJI RS Pro;HoTT Telemetry;Spektrum Satellite",
28+
"CRSF;Inverted CRSF;SBUS;Inverted SBUS;SUMD;DJI RS Pro;HoTT Telemetry;Spektrum Remote Receiver",
2929
STR_EMPTYSPACE
3030
};
3131

0 commit comments

Comments
 (0)