mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-13 09:47:35 +08:00
cac9c51ac8
- SYS_USE_IO is now off by default (enabled by default per board)
12 lines
198 B
Bash
12 lines
198 B
Bash
#!/bin/sh
|
|
#
|
|
# Airship default parameters.
|
|
#
|
|
# NOTE: Script variables are declared/initialized/unset in the rcS script.
|
|
#
|
|
|
|
set VEHICLE_TYPE airship
|
|
|
|
# MAV_TYPE_AIRSHIP 7
|
|
param set-default MAV_TYPE 7
|