1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-30 08:24:11 +01:00

Autotuning: Increase the measurement time to 30 seconds.

This commit is contained in:
James Cotton 2012-08-24 21:32:11 -05:00
parent d201cad768
commit 8babe5d8a4

View File

@ -137,7 +137,7 @@ static void AutotuneTask(void *parameters)
portTickType diffTime;
const uint32_t PREPARE_TIME = 2000;
const uint32_t MEAURE_TIME = 10000;
const uint32_t MEAURE_TIME = 30000;
FlightStatusData flightStatus;
FlightStatusGet(&flightStatus);