Skip to content

Commit

Permalink
4.5:Arming option to supress arming messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Hwurzburg committed Oct 27, 2023
1 parent d09e345 commit a8f3c5c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions copter/source/docs/arming_the_motors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,8 @@ Disarming the motors will cause the motors to stop spinning. To disarm the motor
#. If using an autopilot with a safety switch, press it until the LED begins flashing
#. Disconnect the Lipo battery.
#. Turn off your transmitter.

GCS Status Messages
===================

Unless the :ref:`ARMING_OPTIONS<ARMING_OPTIONS>` bit 2 is set, text messages will be sent to the GCS to indicate when arming or disarming has occurred.
2 changes: 2 additions & 0 deletions plane/source/docs/arming-your-plane.rst
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ your autopilot has notification LEDs and a buzzer. The clues are:
See the :ref:`sounds page <common-sounds-pixhawkpx4>` to listen to what the
buzzer sounds like for each state.

Unless the :ref:`ARMING_OPTIONS<ARMING_OPTIONS>` bit 2 is set, text messages will be sent to the GCS to indicate when arming or disarming has occurred.

Throttle output when disarmed
=============================

Expand Down
2 changes: 2 additions & 0 deletions rover/source/docs/arming-your-rover.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ The LED and buzzer provide visual and audio clues as to the arming state:

A full list of buzzer sounds can be found on the :ref:`sounds page <common-sounds-pixhawkpx4>`.

Unless the :ref:`ARMING_OPTIONS<ARMING_OPTIONS>` bit 2 is set, text messages will be sent to the GCS to indicate when arming or disarming has occurred.

PWM Output Behaviour when Disarmed
==================================

Expand Down

0 comments on commit a8f3c5c

Please sign in to comment.