mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 04:15:44 +03:00
Spektrum Satelitte bind code ported from Baseflight
includes support for a hardware bind plug (PB5 pin 41) Activate via OPTIONS="HARDWARE_BIND_PLUG" during make
This commit is contained in:
parent
dd54a59991
commit
c80090f39f
6 changed files with 94 additions and 1 deletions
|
@ -271,6 +271,7 @@ const clivalue_t valueTable[] = {
|
|||
#endif
|
||||
|
||||
{ "serialrx_provider", VAR_UINT8 | MASTER_VALUE, &masterConfig.rxConfig.serialrx_provider, 0, SERIALRX_PROVIDER_MAX },
|
||||
{ "spektrum_sat_bind", VAR_UINT8 | MASTER_VALUE, &masterConfig.rxConfig.spektrum_sat_bind, 0, 10 },
|
||||
|
||||
{ "telemetry_provider", VAR_UINT8 | MASTER_VALUE, &masterConfig.telemetryConfig.telemetry_provider, 0, TELEMETRY_PROVIDER_MAX },
|
||||
{ "telemetry_switch", VAR_UINT8 | MASTER_VALUE, &masterConfig.telemetryConfig.telemetry_switch, 0, 1 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue