Can you still set control modes in the APM_Config.h?
"You MUST setup both radio and modes before you can fly" is in the manual but I've never set modes in the CLI before but I'm running 2.1 now. I have ch8 as just the hardware failsafe with ch7 as my mode switch (as I only have two two-way switches).
From my file:
#define FLIGHT_MODE_CHANNEL 7
#define FLIGHT_MODE_1 STABILIZE
#define FLIGHT_MODE_2 STABILIZE
#define FLIGHT_MODE_3 STABILIZE
#define FLIGHT_MODE_4 AUTO
#define FLIGHT_MODE_5 AUTO
#define FLIGHT_MODE_6 AUTO
Replies
Ok... it's time I ask this: where do you write and read that code? in CLI, or with the Arduino configuration tool? (total noob)