mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 01:35:21 +03:00
[Taranis] SWR has no unit when played with PlayValue
This commit is contained in:
parent
33aa4f00b1
commit
e78f8de757
1 changed files with 5 additions and 0 deletions
|
@ -2298,6 +2298,11 @@ PLAY_FUNCTION(playValue, uint8_t idx)
|
|||
break;
|
||||
#if defined(FRSKY)
|
||||
case MIXSRC_FIRST_TELEM-1+TELEM_RSSI_TX-1:
|
||||
#if defined(PCBTARANIS)
|
||||
// On Taranis RSSI_TX is used for SWR
|
||||
PLAY_NUMBER(val, 0, 0);
|
||||
break;
|
||||
#endif
|
||||
case MIXSRC_FIRST_TELEM-1+TELEM_RSSI_RX-1:
|
||||
PLAY_NUMBER(val, 1+UNIT_DBM, 0);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue