diff --git a/src/main/io/spektrum_rssi.c b/src/main/io/spektrum_rssi.c index c16c6b8780..00b2c4d5bf 100644 --- a/src/main/io/spektrum_rssi.c +++ b/src/main/io/spektrum_rssi.c @@ -162,9 +162,7 @@ void spektrumHandleRSSI(volatile uint8_t spekFrame[]) { (system == SPEKTRUM_DSMX_11) ) ){ spektrumSatInternal =false; // Nope, this is an externally bound Sat Rx } - } - - if (!spektrumSatInternal) { + } else { // External Rx, bind values 4, 6, 8, 10 fade = ((spekFrame[0] << 8) + spekFrame[1]); }