mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-02 19:53:57 -04:00
Plane: raise logging rate for PID and servos
This commit is contained in:
parent
3236090d71
commit
17ba8b3304
@ -74,8 +74,8 @@ const AP_Scheduler::Task Plane::scheduler_tasks[] = {
|
||||
SCHED_TASK(log_perf_info, 0.2, 100),
|
||||
SCHED_TASK(compass_save, 0.1, 200),
|
||||
SCHED_TASK(Log_Write_Fast, 25, 300),
|
||||
SCHED_TASK(update_logging1, 10, 300),
|
||||
SCHED_TASK(update_logging2, 10, 300),
|
||||
SCHED_TASK(update_logging1, 25, 300),
|
||||
SCHED_TASK(update_logging2, 25, 300),
|
||||
SCHED_TASK(update_soaring, 50, 400),
|
||||
SCHED_TASK(parachute_check, 10, 200),
|
||||
SCHED_TASK(terrain_update, 10, 200),
|
||||
|
Loading…
Reference in New Issue
Block a user