list_flight_modes
List every flight mode and switch assignment to see which modes lack a switch and confirm the arm mode is set before flying.
Instructions
List all available flight modes and their current switch assignments.
Returns:
all_modes: every mode the FC knows about (id + name + assigned flag)
assigned_modes: which modes are on which aux channel and range
unassigned_modes: mode names with no switch assignment yet
arm_assigned: bool — critical to know before first flight
Tip: call read_rc_channels() to identify which channel your switches use, then use assign_switch() to map modes to them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||