From e110a30efc6f7812ebb955a17baf00b537bc3821 Mon Sep 17 00:00:00 2001 From: Moshen Chan Date: Sun, 29 Mar 2015 23:42:55 -0700 Subject: [PATCH] Update docs with incorrect info for rssi_channel and add the renamed functionality. --- docs/Migrating from baseflight.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Migrating from baseflight.md b/docs/Migrating from baseflight.md index f6199d9a4..66917c0ea 100644 --- a/docs/Migrating from baseflight.md +++ b/docs/Migrating from baseflight.md @@ -44,13 +44,13 @@ reason: renamed to `gps_provider` for consistency reason: renamed to `serialrx_provider` for consistency ### rssi_aux_channel -reason: improved functionality +reason: renamed to `rssi_channel` improved functionality 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. -Example: to use RSSI on AUX1 in Cleanflight use `set rssi_aux_channel = 5`, since 5 is the first AUX channel. +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). ### failsafe_detect_threshold reason: improved functionality