docs: Numerous spelling and grammer fixes in flight controller section (#26582)

This commit is contained in:
Hamish Willee
2026-02-26 11:53:44 +11:00
committed by GitHub
parent 3c961de3fe
commit 539b1def78
85 changed files with 391 additions and 396 deletions

View File

@@ -1,6 +1,6 @@
# Holybro Kakute H7 V2
:::warning
::: warning
PX4 does not manufacture this (or any) autopilot.
Contact the [manufacturer](https://holybro.com/) for hardware support or compliance issues.
:::
@@ -36,13 +36,13 @@ This flight controller is [manufacturer supported](../flight_controller/autopilo
- Dimensions: 35x35mm
- Weight: 8g
## Where to Buy
## Where to Buy {#store}
The board can be bought from one of the following shops (for example):
- [Holybro](https://holybro.com/products/kakute-h7-v2)
:::tip
::: tip
The _Kakute H7v2_ is designed to work with the _Tekko32_ 4-in-1 ESC and they can be bought in combination.
:::
@@ -83,14 +83,14 @@ Download the [holybro_kakuteh7v2_bootloader.hex](https://github.com/PX4/PX4-Auto
To [build PX4](../dev_setup/building_px4.md) for this target:
```
```sh
make holybro_kakuteh7v2_default
```
## Installing PX4 Firmware
::: info
KakuteH7v2 is supported with PX4 master & PX4 v1.14 or newer. If you are loading the pre-built firmware via QGroundcontrol, you must use QGC Daily or QGC version newer than 4.1.7.
KakuteH7v2 is supported with PX4 master & PX4 v1.14 or newer. If you are loading the pre-built firmware via QGroundControl, you must use QGC Daily or QGC version newer than 4.1.7.
Prior to that release you will need to manually build and install the firmware.
:::
@@ -98,7 +98,7 @@ Firmware can be manually installed in any of the normal ways:
- Build and upload the source:
```
```sh
make holybro_kakuteh7v2_default upload
```