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:
commit
5ec6078b40
1 changed files with 4 additions and 0 deletions
|
@ -545,6 +545,10 @@ const FC = {
|
||||||
result.push('SPEKTRUM SRXL2');
|
result.push('SPEKTRUM SRXL2');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (semver.gte(apiVersion, API_VERSION_1_44)) {
|
||||||
|
result.push('IRC GHOST');
|
||||||
|
}
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue