1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-19 06:15:13 +03:00

Revise some new API_VERSION constants

This commit is contained in:
Asizon 2020-05-09 18:22:46 +02:00
parent 7d57d24107
commit cab4d89deb
3 changed files with 3 additions and 3 deletions

View file

@ -472,7 +472,7 @@ TABS.configuration.initialize = function (callback, scrollPosition) {
escProtocols.push('PROSHOT1000');
}
if (semver.gte(CONFIG.apiVersion, "1.43.0")) {
if (semver.gte(CONFIG.apiVersion, API_VERSION_1_43)) {
escProtocols.push('DISABLED');
}