We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1e2112 commit 10ae664Copy full SHA for 10ae664
src/main/flight/pid.c
@@ -126,7 +126,7 @@ static EXTENDED_FASTRAM pt1Filter_t headingHoldRateFilter;
126
static EXTENDED_FASTRAM pt1Filter_t fixedWingTpaFilter;
127
128
// Thrust PID Attenuation factor. 0.0f means fully attenuated, 1.0f no attenuation is applied
129
-STATIC_FASTRAM bool pidGainsUpdateRequired;
+STATIC_FASTRAM bool pidGainsUpdateRequired= true;
130
FASTRAM int16_t axisPID[FLIGHT_DYNAMICS_INDEX_COUNT];
131
132
#ifdef USE_BLACKBOX
0 commit comments