1
0
Fork 0
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:
anthonycake 2020-10-14 21:28:45 +02:00
parent 73311e32de
commit 491ae85acb

View file

@ -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');
}