diff --git a/pid_auto.h b/pid_auto.h index 9a03305..7ef4387 100644 --- a/pid_auto.h +++ b/pid_auto.h @@ -171,6 +171,8 @@ public: // round offset and period due to the firmware limitations... pid.offset = round(getPidOffset(model)); pid.periodMs = round((float_t)(1000.0 / settings.timeScale)); + pid.antiwindupFreq = 0.0; + pid.derivativeFilterLoss = 0.0; pid0 = pid;