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

Merge pull request #2185 from ImmersionRC/irc-ghost

Add IRC Ghost Serial Rx Protocol
This commit is contained in:
Michael Keller 2020-10-15 08:56:23 +13:00 committed by GitHub
commit 5ec6078b40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -545,6 +545,10 @@ const FC = {
result.push('SPEKTRUM SRXL2');
}
if (semver.gte(apiVersion, API_VERSION_1_44)) {
result.push('IRC GHOST');
}
return result;
},
};