mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 04:15:44 +03:00
Fix grammar
This commit is contained in:
parent
e110a30efc
commit
d6db3dbf08
1 changed files with 2 additions and 2 deletions
|
@ -44,13 +44,13 @@ reason: renamed to `gps_provider` for consistency
|
||||||
reason: renamed to `serialrx_provider` for consistency
|
reason: renamed to `serialrx_provider` for consistency
|
||||||
|
|
||||||
### rssi_aux_channel
|
### rssi_aux_channel
|
||||||
reason: renamed to `rssi_channel` improved functionality
|
reason: renamed to `rssi_channel` for improved functionality
|
||||||
|
|
||||||
Cleanflight supports using any RX channel for rssi. Baseflight only supports AUX1 to 4.
|
Cleanflight supports using any RX channel for rssi. Baseflight only supports AUX1 to 4.
|
||||||
|
|
||||||
In Cleanflight a value of 0 disables the feature, a higher value indicates the channel number to read RSSI information from.
|
In Cleanflight a value of 0 disables the feature, a higher value indicates the channel number to read RSSI information from.
|
||||||
|
|
||||||
Example: to use RSSI on AUX1 in Cleanflight use `set rssi_channel = 5`, since 5 is the first AUX channel (this is equivelent to `set rssi_aux_channel = 1` in Baseflight).
|
Example: to use RSSI on AUX1 in Cleanflight use `set rssi_channel = 5`, since 5 is the first AUX channel (this is equivalent to `set rssi_aux_channel = 1` in Baseflight).
|
||||||
|
|
||||||
### failsafe_detect_threshold
|
### failsafe_detect_threshold
|
||||||
reason: improved functionality
|
reason: improved functionality
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue