Skip to content

Commit ba24db2

Browse files
committed
Decrease Default "Return to Level Speed" from 5 -> 1
Default of 5 makes DC Tiltback at high duty cycle levels much less noticable, as DC fluctuating can trigger the fast return to level speed often enough to keep the nose down
1 parent 871b298 commit ba24db2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

float/float/conf/conf_default.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175

176176
// Return To Level Speed
177177
#ifndef APPCONF_FLOAT_TILTBACK_RETURN_SPEED
178-
#define APPCONF_FLOAT_TILTBACK_RETURN_SPEED 5
178+
#define APPCONF_FLOAT_TILTBACK_RETURN_SPEED 1
179179
#endif
180180

181181
// Constant Tiltback

float/float/conf/settings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ p, li { white-space: pre-wrap; }
790790
<minDouble>0</minDouble>
791791
<showDisplay>0</showDisplay>
792792
<stepDouble>0.5</stepDouble>
793-
<valDouble>5</valDouble>
793+
<valDouble>1</valDouble>
794794
<vTxDoubleScale>100</vTxDoubleScale>
795795
<suffix> °/s</suffix>
796796
<vTx>7</vTx>

0 commit comments

Comments
 (0)