mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 03:49:12 +08:00
Mantis: fix mixer loading
The ordering before did not work out, and without the sleep it fails.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
tap_esc start -d /dev/ttyS4 -n 4
|
||||
sleep 1
|
||||
mixer load /dev/tap_esc /etc/mixers/quad_x.main.mix
|
||||
|
||||
# Transition from previous non open-source flight stack
|
||||
if param compare SYS_AUTOSTART 4001
|
||||
|
||||
Reference in New Issue
Block a user