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