mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 02:16:53 +08:00
Fixed MAV type and typo
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!nsh
|
#!nsh
|
||||||
|
|
||||||
echo "[init] PX4FMU v1, v2 with or without IO on Hex"
|
echo "[init] Octorotor startup"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Load default params for this platform
|
# Load default params for this platform
|
||||||
@@ -45,9 +45,9 @@ fi
|
|||||||
#
|
#
|
||||||
# Force some key parameters to sane values
|
# Force some key parameters to sane values
|
||||||
# MAV_TYPE list: https://pixhawk.ethz.ch/mavlink/
|
# MAV_TYPE list: https://pixhawk.ethz.ch/mavlink/
|
||||||
# 13 = hexarotor
|
# 14 = octorotor
|
||||||
#
|
#
|
||||||
param set MAV_TYPE 13
|
param set MAV_TYPE 14
|
||||||
|
|
||||||
set EXIT_ON_END no
|
set EXIT_ON_END no
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user