1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-20 23:05:19 +03:00

Correct new rxfail documentation. Fixes #1238

This commit is contained in:
Dominic Clifton 2015-08-20 18:35:36 +01:00
parent f0b0cbd83a
commit a373c095e3

View file

@ -155,7 +155,7 @@ The default mode for all channels is AUTOMATIC.
The rxfail command can be used in conjunction with mode ranges to trigger various actions. The rxfail command can be used in conjunction with mode ranges to trigger various actions.
The `rxfail` command takes 2 or 3 arguments. The `rxfail` command takes 2 or 3 arguments.
* Index of aux channel (AUX1 = 0, AUX2 = 1,...) * Index of channel (See below)
* Mode ('a' = AUTOMATIC, 'h' = HOLD, 's' = SET) * Mode ('a' = AUTOMATIC, 'h' = HOLD, 's' = SET)
* A value to use when in SET mode. * A value to use when in SET mode.