Set a two-position switch so that the LOW position is mode KILLSWITCH and the HIGH position is mode ARM. Transition to mode ARM. The system will fail to arm, and will display a generic error messages on the OSD:
UNABLE TO ARM
DISABLE ARM SWITCH FIRST
The device would either arm, or provide a succinct message indicating why it failed to arm.
Version:
Issue-Label Bot is automatically applying the label BUG to this issue, with a confidence of 0.94. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
Such setup doesn't make much sense, but this is what happens:
DISABLE ARM SWITCH FIRST blocker.The linked PR changes the order to make sure all other blockers are checked before the arming switch to avoid this.