mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 01:18:29 -04:00
Copter: update beacon updates to 400hz
This commit is contained in:
parent
7a6e30e7b5
commit
f2a6a4f4f9
@ -94,7 +94,7 @@ const AP_Scheduler::Task Copter::scheduler_tasks[] = {
|
||||
SCHED_TASK(auto_trim, 10, 75),
|
||||
SCHED_TASK(read_rangefinder, 20, 100),
|
||||
SCHED_TASK(update_proximity, 100, 50),
|
||||
SCHED_TASK(update_beacon, 100, 50),
|
||||
SCHED_TASK(update_beacon, 400, 50),
|
||||
SCHED_TASK(update_altitude, 10, 100),
|
||||
SCHED_TASK(run_nav_updates, 50, 100),
|
||||
SCHED_TASK(update_throttle_hover,100, 90),
|
||||
|
Loading…
Reference in New Issue
Block a user