You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/mw.h
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -121,6 +121,7 @@ enum {
121
121
BOXSERVO1,
122
122
BOXSERVO2,
123
123
BOXSERVO3,
124
+
BOXGCRUISE,
124
125
CHECKBOXITEMS
125
126
};
126
127
@@ -282,15 +283,18 @@ typedef struct config_t {
282
283
uint16_tap_mode; // Temporarily Disables GPS_HOLD_MODE to be able to make it possible to adjust the Hold-position when moving the sticks, creating a deadspan for GPS
283
284
284
285
// fw-related stuff
286
+
uint8_tfw_vector_thrust; // Enable Vector trust on Twin Engine models
285
287
int16_tfw_gps_maxcorr; // Degrees banking Allowed by GPS.
286
-
int16_tfw_gps_rudder; // Maximum Rudder
288
+
int16_tfw_gps_rudder; // Maximum input of Rudder Allowed by GPS.
287
289
int16_tfw_gps_maxclimb; // Degrees climbing . To much can stall the plane.
288
290
int16_tfw_gps_maxdive; // Degrees Diving . To much can overspeed the plane.
291
+
uint8_tfw_glide_angle; // Glide angle in power off
289
292
uint16_tfw_climb_throttle; // Max allowed throttle in GPS modes.
290
293
uint16_tfw_cruise_throttle; // Throttle to set for cruisespeed.
291
294
uint16_tfw_idle_throttle; // Lowest throttleValue during Descend
292
295
uint16_tfw_scaler_throttle; // Adjust to Match Power/Weight ratio of your model
293
-
floatfw_roll_comp; // How much Elevator compensates Roll in GPS modes
296
+
uint8_tfw_roll_comp; // Adds Elevator Based on Roll Angle
297
+
int16_tfw_cruise_distance; // Distance to viritual WP.
294
298
uint8_tfw_rth_alt; // Min Altitude to keep during RTH. (Max 200m)
0 commit comments