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:
parent
7d57d24107
commit
cab4d89deb
3 changed files with 3 additions and 3 deletions
|
@ -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');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue