Minor docs fixes

This commit is contained in:
Oleg Kalachev
2026-01-27 07:21:21 +03:00
parent 9fd35ba361
commit 7d74f3d5cd
7 changed files with 32 additions and 36 deletions

View File

@@ -250,8 +250,8 @@ You can configure the Wi-Fi using parameters and console commands.
The Wi-Fi mode is chosen using `WIFI_MODE` parameter in QGroundControl or in the console:
* `0` — Wi-Fi is disabled.
* `1` — Access Point mode (*AP*) the drone creates a Wi-Fi network.
* `2` — Client mode (*STA*) — the drone connects to an existing Wi-Fi network.
* `1` — Access Point mode *(AP)* the drone creates a Wi-Fi network.
* `2` — Client mode *(STA)* the drone connects to an existing Wi-Fi network.
* `3` — *ESP-NOW (not implemented yet)*.
> [!WARNING]