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
#3577 updated the flight modes concept to fix #3577. However as per #3577 (comment) and #3577 (comment) the Flight Modes developer page still doesn't explain how to create a new mode on the FC.
We can do a basic bullet point job for this to provide a starting point:
Name the relevant modules in which code directly related to flight modes is defined.
Name any base classes that modes must/should derive from
Explain the core things you need to do to make a mode work
Very high level architecture
The text was updated successfully, but these errors were encountered:
#3577 updated the flight modes concept to fix #3577. However as per #3577 (comment) and #3577 (comment) the Flight Modes developer page still doesn't explain how to create a new mode on the FC.
We can do a basic bullet point job for this to provide a starting point:
The text was updated successfully, but these errors were encountered: