1
0
Fork 0

Minor adjustment. Value has to be non-zero or default is selected.

This commit is contained in:
jimw 2002-05-28 03:05:38 +00:00
parent b3308a5d4f
commit 623123e0d9

View file

@ -50,7 +50,7 @@
<target-descent-rate-fpm type="float">1000.0</target-descent-rate-fpm>
<elevator-adj-factor type="float">16000.0</elevator-adj-factor>
<integral-contribution type="float">0.01</integral-contribution>
<zero-pitch-throttle type="float">0.0</zero-pitch-throttle>
<zero-pitch-throttle type="float">0.0001</zero-pitch-throttle>
<zero-pitch-trim-full-throttle type="float">0.0001</zero-pitch-trim-full-throttle>
</config>
</autopilot>
@ -63,3 +63,4 @@