diff --git a/src/main/config/config.c b/src/main/config/config.c index c3e01ebf83..c8be92c9f6 100644 --- a/src/main/config/config.c +++ b/src/main/config/config.c @@ -400,7 +400,7 @@ static void resetConf(void) masterConfig.rxConfig.midrc = 1500; masterConfig.rxConfig.mincheck = 1100; masterConfig.rxConfig.maxcheck = 1900; - masterConfig.rxConfig.rx_min_usec = 985; // any of first 4 channels below this value will trigger rx loss detection + masterConfig.rxConfig.rx_min_usec = 885; // any of first 4 channels below this value will trigger rx loss detection masterConfig.rxConfig.rx_max_usec = 2115; // any of first 4 channels above this value will trigger rx loss detection masterConfig.rxConfig.rssi_channel = 0;