1
0
Fork 0
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:
borisbstyle 2016-03-30 21:34:28 +02:00
parent 940d666fb0
commit f2f1e2c513
2 changed files with 2 additions and 2 deletions

View file

@ -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);