mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
Plane: change default modes to FBWA not STABILIZE
This commit is contained in:
parent
d4ca3ebf65
commit
5cfdf52381
@ -284,10 +284,10 @@
|
|||||||
# define FLIGHT_MODE_2 RTL
|
# define FLIGHT_MODE_2 RTL
|
||||||
#endif
|
#endif
|
||||||
#if !defined(FLIGHT_MODE_3)
|
#if !defined(FLIGHT_MODE_3)
|
||||||
# define FLIGHT_MODE_3 STABILIZE
|
# define FLIGHT_MODE_3 FLY_BY_WIRE_A
|
||||||
#endif
|
#endif
|
||||||
#if !defined(FLIGHT_MODE_4)
|
#if !defined(FLIGHT_MODE_4)
|
||||||
# define FLIGHT_MODE_4 STABILIZE
|
# define FLIGHT_MODE_4 FLY_BY_WIRE_A
|
||||||
#endif
|
#endif
|
||||||
#if !defined(FLIGHT_MODE_5)
|
#if !defined(FLIGHT_MODE_5)
|
||||||
# define FLIGHT_MODE_5 MANUAL
|
# define FLIGHT_MODE_5 MANUAL
|
||||||
|
Loading…
Reference in New Issue
Block a user