mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-17 13:25:24 +03:00
Change hard-coded API version for GHST support to macro
"1.44.0" -> API_VERSION_1_44
This commit is contained in:
parent
73311e32de
commit
491ae85acb
1 changed files with 1 additions and 1 deletions
|
@ -544,7 +544,7 @@ const FC = {
|
|||
result.push('SPEKTRUM SRXL2');
|
||||
}
|
||||
|
||||
if (semver.gte(apiVersion, "1.44.0")) {
|
||||
if (semver.gte(apiVersion, API_VERSION_1_44)) {
|
||||
result.push('IRC GHOST');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue