Add IRC Ghost Serial Rx Protocol

Api version 1.44 and later
10.8-maintenance
Unknown 2020-09-29 07:17:55 +02:00
parent 59076c0c3a
commit 73311e32de
1 changed files with 4 additions and 0 deletions

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;
},
};