We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f14c0c commit d2a8f9cCopy full SHA for d2a8f9c
tabs/osd.js
@@ -432,7 +432,7 @@ OSD.chooseFields = function () {
432
F.PID_YAW,
433
F.POWER
434
]);
435
- if (semver.gt(CONFIG.flightControllerVersion, "3.1.0")) {
+ if (semver.gte(CONFIG.apiVersion, "1.32.0")) {
436
OSD.constants.DISPLAY_FIELDS = OSD.constants.DISPLAY_FIELDS.concat([
437
F.PID_RATE_PROFILE,
438
F.BATTERY_WARNING
0 commit comments