mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-20 14:55:09 +03:00
parent
cd10f4cde5
commit
99c8b4576b
16 changed files with 300 additions and 297 deletions
|
@ -548,6 +548,9 @@ bool isModuleUsingSport(uint8_t moduleBay, uint8_t moduleType)
|
|||
return false;
|
||||
|
||||
case MODULE_TYPE_XJT_PXX1:
|
||||
// External XJT has a physical switch to disable S.PORT
|
||||
case MODULE_TYPE_R9M_PXX1:
|
||||
// R9M telemetry is disabled by pulses (pxx1.cpp)
|
||||
if (moduleBay == EXTERNAL_MODULE)
|
||||
return false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue