Skip to content

Commit

Permalink
Rename the protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
dkorkmazturk committed Oct 26, 2023
1 parent e2a09d8 commit ce97c17
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions src/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,14 +211,14 @@ <h2>Serial Protocol</h2>
<option value='4'>SUMD</option>
<option value='5'>DJI RS Pro</option>
<option value='6'>HoTT Telemetry</option>
<option value='7'>Spektrum Satellite</option>
<option value='7'>Spektrum Remote Receiver</option>
</select>
<label for='serial-protocol'>Serial Protocol</label>
</div>
</div>
<div id="satellite-config" style="display: none;">
<h2>Satellite System</h2>
Set the satellite system when using the Spektrum satellite protocol.<br/>
<h2>Spektrum Remote Receiver System</h2>
Set the system type when using the Spektrum Remote Receiver protocol.<br/>
<br/>
<div class="mui-select">
<select id='satellite-system' name='satellite-system'>
Expand All @@ -227,12 +227,12 @@ <h2>Satellite System</h2>
<option value='2'>DSM2 11MS</option>
<option value='3'>DSM2 22MS</option>
</select>
<label for="satellite-system">Satellite System</label>
<label for="satellite-system">Spektrum Remote Receiver System</label>
</div>
</div>
<div id="failsafe-config" style="display: none;">
<h2>Failsafe</h2>
Set the failsafe behaviour when using the SBUS or Spektrum satellite protocol:<br/>
Set the failsafe behaviour when using the SBUS or Spektrum Remote Receiver protocol:<br/>
<ul>
<li>"No Pulses" stops sending data when a connection to the transmitter is lost</li>
<li>"Last Position" continues to send the last received channel data along with the FAILSAFE bit set</li>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/LUA/rx_devLUA.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ static const char *rxModes = "50Hz;60Hz;100Hz;160Hz;333Hz;400Hz;10kHzDuty;On/Off
static struct luaItem_selection luaSerialProtocol = {
{"Protocol", CRSF_TEXT_SELECTION},
0, // value
"CRSF;Inverted CRSF;SBUS;Inverted SBUS;SUMD;DJI RS Pro;HoTT Telemetry;Spektrum Satellite",
"CRSF;Inverted CRSF;SBUS;Inverted SBUS;SUMD;DJI RS Pro;HoTT Telemetry;Spektrum Remote Receiver",
STR_EMPTYSPACE
};

Expand Down

0 comments on commit ce97c17

Please sign in to comment.