mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-13 00:30:36 +08:00
8f3ba81c4a
and increase update rate to 20Hz
12 lines
197 B
Bash
12 lines
197 B
Bash
#!/bin/sh
|
|
#
|
|
# OmnibusF4SD specific board extras init
|
|
#------------------------------------------------------------------------------
|
|
|
|
if ! param compare OSD_ATXXXX_CFG 0
|
|
then
|
|
atxxxx start -s
|
|
fi
|
|
|
|
|