mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
12 lines
215 B
Bash
12 lines
215 B
Bash
#!/bin/sh
|
|
#
|
|
# board specific defaults
|
|
#------------------------------------------------------------------------------
|
|
|
|
param set-default MBE_ENABLE 0
|
|
param set-default SENS_IMU_CLPNOTI 0
|
|
|
|
pwm_out start
|
|
|
|
dshot start
|