mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
22 lines
243 B
Io
22 lines
243 B
Io
#
|
|
# Init PX4IO interface
|
|
#
|
|
|
|
#
|
|
# Allow PX4IO to recover from midair restarts.
|
|
#
|
|
px4io recovery
|
|
|
|
#
|
|
# Adjust PX4IO update rate limit
|
|
#
|
|
set PX4IO_LIMIT 400
|
|
if ver hwcmp PX4FMU_V1
|
|
then
|
|
set PX4IO_LIMIT 200
|
|
fi
|
|
|
|
if px4io limit ${PX4IO_LIMIT}
|
|
then
|
|
fi
|