1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-18 22:05:13 +03:00

Add FF Interpolation Options

Sonar issues

Move to Msp 1.44 and some fixes

sonar

sonar2

new sonar issues

Suggested changes

Default to AVG_2

Fix Indexation

remove HEAD word

fix API const and sonnar
This commit is contained in:
Asizon 2020-02-10 12:30:37 +01:00
parent 27848ca94a
commit f5410499dd
5 changed files with 99 additions and 2 deletions

View file

@ -458,6 +458,9 @@ var FC = {
motorOutputLimit: 0,
autoProfileCellCount: 0,
idleMinRpm: 0,
ff_interpolate_sp: 0,
ff_smooth_factor: 0,
ff_boost: 0,
};
ADVANCED_TUNING_ACTIVE = { ...ADVANCED_TUNING };