Update comment regarding rx_min_usec and rx_max_usec

This commit is contained in:
Dominic Clifton 2015-04-16 08:53:26 +01:00
parent c8c0c85656
commit 35f78d8680
1 changed files with 2 additions and 2 deletions

View File

@ -407,8 +407,8 @@ 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 failsafe
masterConfig.rxConfig.rx_max_usec = 2115; // any of first 4 channels above this value will trigger failsafe
masterConfig.rxConfig.rx_min_usec = 985; // 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;
masterConfig.rxConfig.rssi_scale = RSSI_SCALE_DEFAULT;