1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-17 05:15:21 +03:00

Add IRC Ghost Serial Rx Protocol

Api version 1.44 and later
This commit is contained in:
Unknown 2020-09-29 07:17:55 +02:00
parent 59076c0c3a
commit 73311e32de

View file

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