Skip to content

Commit

Permalink
Fix modes tab & esc url (#465)
Browse files Browse the repository at this point in the history
* Fix modes tab url

* Fix esc url
  • Loading branch information
j4k0xb authored Sep 27, 2024
1 parent 5314a09 commit f136c27
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/wiki/configurator/motors-tab.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ out of dives and decreased to avoid unwanted downward thrust during inverted man

Air mode does not work properly when using 3D mode, you should disable permanent Air Mode in the
[Configuration Tab](/docs/wiki/configurator/configuration-tab#other-features) and configure Air
Mode on a switch in the [Modes Tab](/docs/wiki/configurator/modes-tab) so that Air Mode is
Mode on a switch in the [Modes Tab](/docs/wiki/configurator/auxiliary-tab) so that Air Mode is
disabled when 3D mode is activated. Simply set the "Air Mode" mode range to be the same switch channel and values as
the "Disable 3D Mode" mode range.

Expand Down
2 changes: 1 addition & 1 deletion docs/wiki/getting-started/setup-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ do not match up with the motor numbers, you will have to remap them
## Mode Settings

Modes serve as a way to change the behavior or action of your quadcopter in flight by using AUX channels as inputs.
In the [Modes Tab](/docs/wiki/configurator/modes-tab), you will see a list of all the modes that are available.
In the [Modes Tab](/docs/wiki/configurator/auxiliary-tab), you will see a list of all the modes that are available.

Let's start with the only one you theoretically need:
![ARM Mode](/img/betaflight_configurator_modes_arm.png)
Expand Down
2 changes: 1 addition & 1 deletion docs/wiki/getting-started/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ If the preset options don't work, you can try changing the channel map manually.

### Drone Won't Arm

- You need to have an `ARM` mode set up, which can be done in the [Modes tab](/docs/wiki/configurator/modes-tab) You can also arm using a stick command, but that is pretty dangerous and not recommended
- You need to have an `ARM` mode set up, which can be done in the [Modes tab](/docs/wiki/configurator/auxiliary-tab) You can also arm using a stick command, but that is pretty dangerous and not recommended

- There is a lot of checks that need to pass before the drone can arm. If any of them fail, the drone fail to do so. You can see the different arm prevention flags in the OSD, or in the [CLI tab](/docs/wiki/configurator/cli-tab) after sending a `status` command

Expand Down
2 changes: 1 addition & 1 deletion docs/wiki/guides/current/DSHOT-RPM-Filtering.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ If the RPM Filter is enabled but one or more of the ESC's are not supplying vali

## ESC Configuration

Your ESC must support DShot, and be running [a suitable firmware](/docs/wiki/getting-started/hardware/esc) to support RPM filtering. At the minimum RPM telemetry is required, so the ESC must support bidirectional DShot. As EDT extends bidirectional DShot any ESC supporting EDT also support RPM telemetry.
Your ESC must support DShot, and be running [a suitable firmware](/docs/wiki/getting-started/hardware/esc-firmware) to support RPM filtering. At the minimum RPM telemetry is required, so the ESC must support bidirectional DShot. As EDT extends bidirectional DShot any ESC supporting EDT also support RPM telemetry.

## Betaflight Configuration

Expand Down

0 comments on commit f136c27

Please sign in to comment.