Browse Source

Sub: Configure default flight modes

master
Jacob Walser 8 years ago committed by Andrew Tridgell
parent
commit
21b5309e5d
  1. 4
      ArduSub/config.h

4
ArduSub/config.h

@ -320,13 +320,13 @@ @@ -320,13 +320,13 @@
//
#ifndef FLIGHT_MODE_1
# define FLIGHT_MODE_1 STABILIZE
# define FLIGHT_MODE_1 MANUAL
#endif
#ifndef FLIGHT_MODE_2
# define FLIGHT_MODE_2 STABILIZE
#endif
#ifndef FLIGHT_MODE_3
# define FLIGHT_MODE_3 STABILIZE
# define FLIGHT_MODE_3 ALT_HOLD
#endif
#ifndef FLIGHT_MODE_4
# define FLIGHT_MODE_4 STABILIZE

Loading…
Cancel
Save