From e6fd8a689e99cebb6acb2aca3ac4d33fa105f715 Mon Sep 17 00:00:00 2001 From: Jason Short Date: Thu, 15 Dec 2011 20:42:34 -0800 Subject: [PATCH] added SuperSimple and notes --- Tools/autotest/ArduCopter.parm | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/Tools/autotest/ArduCopter.parm b/Tools/autotest/ArduCopter.parm index 18aa8447c2..5e1c0babea 100644 --- a/Tools/autotest/ArduCopter.parm +++ b/Tools/autotest/ArduCopter.parm @@ -26,8 +26,26 @@ RC8_MAX 2000.000000 RC8_MIN 1000.000000 RC8_TRIM 1500.000000 FLTMODE1 7 -FLTMODE2 1 -FLTMODE3 2 +FLTMODE2 9 +FLTMODE3 6 FLTMODE4 3 FLTMODE5 5 -FLTMODE6 0 +FLTMODE6 0 +SUPER_SIMPLE 1 +# flightmodes +# switch 1 Circle +# switch 2 LAND +# switch 3 RTL +# switch 4 Auto +# switch 5 Loiter +# switch 6 Stab +# STABILIZE 0 ! +# ACRO 1 +# ALT_HOLD 2 +# AUTO 3 ! +# GUIDED 4 +# LOITER 5 ! +# RTL 6 ! +# CIRCLE 7 ! +# POSITION 8 +# LAND 9 ! \ No newline at end of file