improved throttle PIDs

git-svn-id: https://arducopter.googlecode.com/svn/trunk@1548 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
jasonshort 2011-01-24 01:55:19 +00:00
parent 34f43934da
commit 9d5937db52
1 changed files with 2 additions and 2 deletions

View File

@ -378,13 +378,13 @@
# define THROTTLE_BARO_P .25
#endif
#ifndef THROTTLE_BARO_I
# define THROTTLE_BARO_I 0.1
# define THROTTLE_BARO_I 0.04
#endif
#ifndef THROTTLE_BARO_D
# define THROTTLE_BARO_D 0.1
#endif
#ifndef THROTTLE_BARO_IMAX
# define THROTTLE_BARO_IMAX 150
# define THROTTLE_BARO_IMAX 100
#endif
#ifndef THROTTLE_SONAR_P