mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 08:45:36 +03:00
Restore multiwii throttle curve
This commit is contained in:
parent
428f39341c
commit
80c0e32660
5 changed files with 35 additions and 7 deletions
|
@ -53,6 +53,7 @@
|
|||
|
||||
#include "fc/config.h"
|
||||
#include "fc/rc_controls.h"
|
||||
#include "fc/fc_rc.h"
|
||||
#include "fc/runtime_config.h"
|
||||
|
||||
#include "sensors/sensors.h"
|
||||
|
@ -883,6 +884,8 @@ static void resetConf(void)
|
|||
|
||||
void activateConfig(void)
|
||||
{
|
||||
generateThrottleCurve();
|
||||
|
||||
resetAdjustmentStates();
|
||||
|
||||
useRcControlsConfig(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue