aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ROMFS/px4fmu_common/init.d/13001_caipirinha_vtol1
-rw-r--r--ROMFS/px4fmu_common/init.d/rc.autostart18
2 files changed, 13 insertions, 6 deletions
diff --git a/ROMFS/px4fmu_common/init.d/13001_caipirinha_vtol b/ROMFS/px4fmu_common/init.d/13001_caipirinha_vtol
index 87b98a02b..5c0004149 100644
--- a/ROMFS/px4fmu_common/init.d/13001_caipirinha_vtol
+++ b/ROMFS/px4fmu_common/init.d/13001_caipirinha_vtol
@@ -1,4 +1,3 @@
-#!nsh
#
# Generic configuration file for caipirinha VTOL version
#
diff --git a/ROMFS/px4fmu_common/init.d/rc.autostart b/ROMFS/px4fmu_common/init.d/rc.autostart
index b83687fbd..0d6e0564a 100644
--- a/ROMFS/px4fmu_common/init.d/rc.autostart
+++ b/ROMFS/px4fmu_common/init.d/rc.autostart
@@ -252,9 +252,17 @@ fi
# 13000 is historically reserved for the quadshot
#
-# VTOL caipririnha
+# VTOL Caipririnha (Tailsitter)
#
- if param compare SYS_AUTOSTART 13001
- then
- sh /etc/init.d/13001_caipirinha_vtol
- fi
+if param compare SYS_AUTOSTART 13001
+then
+ sh /etc/init.d/13001_caipirinha_vtol
+fi
+
+#
+# VTOL BirdsEyeView FireFly x6 (Tilt-Rotor)
+#
+if param compare SYS_AUTOSTART 13002
+then
+ sh /etc/init.d/13002_firefly6
+fi