From a15b09fa0f0bcd75ff470f4c72b04ef433013a31 Mon Sep 17 00:00:00 2001 From: Michel Pastor Date: Fri, 31 May 2019 20:56:55 +0200 Subject: [PATCH] Update EZUHF RSSI doc (#4773) --- docs/Rssi.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/Rssi.md b/docs/Rssi.md index 63a50f6330..36ca9d07e2 100644 --- a/docs/Rssi.md +++ b/docs/Rssi.md @@ -17,10 +17,11 @@ e.g. if you used channel 9 then you would set: ``` set rssi_channel = 9 ``` -Note: Some systems such as EZUHF invert the RSSI ( 0 = Full signal / 100 = Lost signal). To correct this problem you can invert the channel input so you will get a correct reading by using command: +Note: Some systems such as EZUHF invert the RSSI ( 0 = Full signal / 100 = Lost signal). To correct this problem you can invert the RSSI scale so you will get a correct reading by using these commands: ``` -set rssi_ppm_invert = 1 +set rssi_min = 100 +set rssi_max = 0 ``` Default is set to "0" for normal operation ( 100 = Full signal / 0 = Lost signal).