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: examples/01.Quadcopter/01.Quadcopter.ino
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ const float armed_min_throttle = 0.20; //Minimum throttle when armed, set to a v
54
54
55
55
//Flight Mode: Uncommment only one
56
56
#defineFLIGHTMODE_RATE//control rate - stick centered will keep current roll/pitch angle
57
-
//#define FLIGHTMODE_ANGLE //control angle - stick centered will return to horizontal - IMPORTANT: execute CLI 'calimu' and 'cwrite' before using this!!!
57
+
//#define FLIGHTMODE_ANGLE //control angle - stick centered will return to horizontal - IMPORTANT: execute CLI 'calimu' and 'save' before using this!!!
58
58
59
59
//Controller parameters (take note of defaults before modifying!):
0 commit comments