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 6ebcbee commit f38b5e7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions copter/source/docs/arming_the_motors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,9 @@ Disarming the motors will cause the motors to stop spinning. To disarm the motor
#. Turn off your transmitter.

.. note:: If setup, you can use one of the ``RC_xOPTION`` switches that includes the disarm function. See switch option "81", "153, or "154".

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 f38b5e7

Please sign in to comment.