mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
16 lines
276 B
Bash
16 lines
276 B
Bash
#!/bin/sh
|
|
#
|
|
# board specific extras init
|
|
#------------------------------------------------------------------------------
|
|
|
|
# if ! param compare OSD_ATXXXX_CFG 0
|
|
# then
|
|
# atxxxx start -s
|
|
# fi
|
|
|
|
atxxxx start -s
|
|
|
|
|
|
# DShot telemetry is always on UART7
|
|
# dshot telemetry /dev/ttyS5
|