Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.5:Arming option to supress arming messages #5508

Merged
merged 1 commit into from
Jan 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading