Skip to content
Open
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
10 changes: 5 additions & 5 deletions versioned_docs/version-2.2.0/configurator/tabs/status.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Status

A place for basic flight controller information. The status tab is the first tab you see when you connect to your flight controller. You can check the gyroscope live preview, view the arming prevention flags and other FC information.
Provides basic Flight Controller (FC) information. The status tab is the first tab you see when you connect to your flight controller. You can check the gyroscope live preview, view the arming prevention flags and other FC information.

## Info

Shows some basic data from the flight controller and model. This includes:
Shows data from the flight controller. This includes:

* Craft Name
* Firmware
Expand All @@ -19,14 +19,14 @@ Shows some basic data from the flight controller and model. This includes:
* **Enable Arming:** Use this switch to enable arming while the configurator is connected.

:::caution
With the arming enabled, the motor can spoolup when the throttle is released.
With arming enabled, the motor can spool up when the throttle is released.

Remove blades for safety.
:::

* **Arming Disable Flags:** Shows all of the "errors" that prevent the flight controller from arming. This is useful to check if you're having issues arming.

You can find out a description of these flags from the [List of Arming prevention flags](https://betaflight.com/docs/wiki/guides/current/Arming-Sequence-And-Safety#description-of-arming-prevention-flags)
You can find a description of these flags from the [List of Arming prevention flags](https://betaflight.com/docs/wiki/guides/current/Arming-Sequence-And-Safety#description-of-arming-prevention-flags)

## Battery

Expand Down Expand Up @@ -57,6 +57,6 @@ A graphic replica of real aircraft instruments.

## Receiver

The receiver output preview shows the current state of the receiver channels, both in channel value and graph forms, and how those affect the heli movement.
The receiver output preview shows the current state of the receiver channels in microseconds (µs) and percent. It also shows the received signal strength (RSSI).

![Status Tab](../img/status-receiver.png)