mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
parent
bfb5e9b8a6
commit
6b57f7afa7
15 changed files with 252 additions and 12 deletions
|
@ -75,6 +75,10 @@ void processTelemetryData(uint8_t data)
|
|||
processSpektrumTelemetryData(data);
|
||||
return;
|
||||
}
|
||||
else if (telemetryProtocol == PROTOCOL_FLYSKY_IBUS) {
|
||||
processFlySkyTelemetryData(data);
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
processFrskyTelemetryData(data);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue