mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
RSSI_ADC configurable scale in CLI
This commit is contained in:
parent
84384e61af
commit
3592429ed5
4 changed files with 9 additions and 2 deletions
|
@ -317,6 +317,7 @@ static void resetConf(void)
|
|||
masterConfig.rxConfig.mincheck = 1100;
|
||||
masterConfig.rxConfig.maxcheck = 1900;
|
||||
masterConfig.rxConfig.rssi_channel = 0;
|
||||
masterConfig.rxConfig.rssi_scale = RSSI_SCALE_DEFAULT;
|
||||
|
||||
masterConfig.inputFilteringMode = INPUT_FILTERING_DISABLED;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue