mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 09:15:49 +03:00
fix mikeller
This commit is contained in:
parent
1ec991650e
commit
7a9bd05472
1 changed files with 1 additions and 3 deletions
|
@ -1131,9 +1131,7 @@ OSD.chooseFields = function () {
|
||||||
F.MAX_ALTITUDE,
|
F.MAX_ALTITUDE,
|
||||||
F.BLACKBOX,
|
F.BLACKBOX,
|
||||||
F.BLACKBOX_LOG_NUMBER,
|
F.BLACKBOX_LOG_NUMBER,
|
||||||
F.MAX_G_FORCE,
|
F.MAX_G_FORCE
|
||||||
F.MAX_ESC_TEMP,
|
|
||||||
F.MAX_ESC_RPM
|
|
||||||
];
|
];
|
||||||
if (semver.gte(CONFIG.apiVersion, "1.41.0")) {
|
if (semver.gte(CONFIG.apiVersion, "1.41.0")) {
|
||||||
OSD.constants.STATISTIC_FIELDS = OSD.constants.STATISTIC_FIELDS.concat([
|
OSD.constants.STATISTIC_FIELDS = OSD.constants.STATISTIC_FIELDS.concat([
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue