1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-15 04:15:28 +03:00

MIssing filter configs in FILTER_CONFIG

This commit is contained in:
Pawel Spychalski (DzikuVx) 2018-05-13 10:28:11 +02:00
parent e8f37da7c7
commit f104610f1d
2 changed files with 22 additions and 1 deletions

View file

@ -315,7 +315,10 @@ var FC = {
dtermNotchHz: null,
dtermNotchCutoff: null,
gyroNotchHz2: null,
gyroNotchCutoff2: null
gyroNotchCutoff2: null,
accNotchHz: null,
accNotchCutoff: null,
gyroStage2LowpassHz: null
};
PID_ADVANCED = {