mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-14 23:20:35 +08:00
91fa0f4693
* boards: ark x20 gps * update startup * fix cmake variants * boards: ark f9p gps * ark x20 gps add serial dma hrt call * update gps submodule with x20 support * update default constellations * fix mag rotation
14 lines
334 B
Bash
14 lines
334 B
Bash
#!/bin/sh
|
|
#
|
|
# board specific defaults
|
|
#------------------------------------------------------------------------------
|
|
|
|
param set-default CBRK_IO_SAFETY 0
|
|
param set-default CANNODE_SUB_MBD 1
|
|
param set-default CANNODE_SUB_RTCM 1
|
|
param set-default GPS_1_GNSS 63
|
|
param set-default SENS_IMU_CLPNOTI 0
|
|
|
|
safety_button start
|
|
tone_alarm start
|