From 2770e87df7e37d16139ef6a2ec3a7860094e649e Mon Sep 17 00:00:00 2001 From: Qandra Si Date: Wed, 7 Feb 2024 17:06:26 +0300 Subject: [PATCH 1/3] =?UTF-8?q?=D1=81=D0=B2=D0=B5=D0=B4=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D1=8F=20=D0=BE=20=D1=81=D0=BE=D0=B2=D0=BC=D0=B5=D1=81=D1=82?= =?UTF-8?q?=D0=B8=D0=BC=D0=BE=D1=81=D1=82=D0=B8=20QGC=20v4.2.0=20/=20v4.3.?= =?UTF-8?q?0=20=D0=B8=20=D0=BF=D1=80=D0=BE=D1=88=D0=B8=D0=B2=D0=BE=D0=BA?= =?UTF-8?q?=20=D0=B4=D0=BE=20/=D0=BF=D0=BE=D1=81=D0=BB=D0=B5=20v1.8,=20v1.?= =?UTF-8?q?0=20=D0=B8=20=D0=B3=D0=BE=D1=82=D0=BE=D0=B2=D1=8F=D1=89=D0=B5?= =?UTF-8?q?=D0=B9=D1=81=D1=8F=20=D0=BA=20=D0=B2=D1=8B=D0=BF=D1=83=D1=81?= =?UTF-8?q?=D0=BA=D1=83=20v1.15?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en/firmware.md | 4 ++++ docs/ru/firmware.md | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/docs/en/firmware.md b/docs/en/firmware.md index a8c2d62fa..7b03c0da7 100644 --- a/docs/en/firmware.md +++ b/docs/en/firmware.md @@ -17,6 +17,10 @@ It is advisable to use a specialized build of PX4 with the necessary fixes and b +> **Warning** If you are using an assembly with a version lower than `v1.10` (for example, `v1.8.2-clover.13`), then to avoid configuration errors of the flight controller, use QGroundControl version `v4.2.0` (or lower), otherwise, when changing the parameters of the flight controller, notifications "Missing params: 1:BAT1_N_CELLS, 1:BAT1_V_EMPTY, 1:BAT1_V_CHARGED" will appear and you will not be able to adjust the parameters of the battery pack in the flight controller. +> The parameters of the battery pack in the firmware starting from `v1.15` and higher cannot be configured using the QGroundControl version `v4.2.0`, for configuration, use a version not lower than `v4.3.0`. +> For more information about the compatibility of the old `BAT_` and new `BAT1_` parameters in builds from `v1.10` to `v1.14`, see [this article](https://docs.px4.io/v1.11/en/config/battery.html#parameter-migration-notes). +