Skip to content

Commit

Permalink
age thermal slower in center aid
Browse files Browse the repository at this point in the history
  • Loading branch information
iltis42 committed Aug 16, 2024
1 parent 917721f commit 9c81c06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/CenterAid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,11 @@ void CenterAid::ageThermal(){
agedir--;
if( agedir < 0 )
agedir += CA_NUM_DIRS;
lambda = 0.9;
lambda = 0.95;
}
else if( flightmode == circlingR ){
agedir++;
lambda = 0.9;
lambda = 0.95;
}
else{
agedir++;
Expand Down

0 comments on commit 9c81c06

Please sign in to comment.