mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
Change default expo factor and yaw pterm max
This commit is contained in:
parent
940d666fb0
commit
f2f1e2c513
2 changed files with 2 additions and 2 deletions
|
@ -452,7 +452,7 @@ static void resetConf(void)
|
|||
masterConfig.rxConfig.rcSmoothing = 0;
|
||||
masterConfig.rxConfig.fpvCamAngleDegrees = 0;
|
||||
masterConfig.rxConfig.max_aux_channel = 6;
|
||||
masterConfig.rxConfig.superExpoFactor = 20;
|
||||
masterConfig.rxConfig.superExpoFactor = 30;
|
||||
|
||||
resetAllRxChannelRangeConfigurations(masterConfig.rxConfig.channelRanges);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue