43 #ifndef REMOTE_DEFAULT_CONFIG_H_
44 #define REMOTE_DEFAULT_CONFIG_H_
56 .
type = REMOTE_TURNIGY,
59 .safety_channel = CHANNEL_GEAR,
62 .byte = MAV_MODE_ATTITUDE_CONTROL,
68 .mode_switch_channel = CHANNEL_FLAPS,
71 .byte = MAV_MODE_VELOCITY_CONTROL
80 .byte = MAV_MODE_POSITION_HOLD,
89 .byte = MAV_MODE_GPS_NAVIGATION
95 .use_custom_switch =
true,
96 .custom_switch_channel = CHANNEL_AUX1,
97 .use_test_switch =
false,
98 .test_switch_channel = CHANNEL_AUX2,
99 .use_disable_remote_mode_switch =
false,
100 .test_switch_channel = CHANNEL_AUX2,
108 #endif // REMOTE_DEFAULT_CONFIG_H_
The configuration structure of the remote.
Definition: remote.h:141
remote_type_t type
The type of remote used.
Definition: remote.h:143