1
0
Fork 0
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:
bsongis@gmail.com 2013-07-24 21:24:47 +00:00
parent 33aa4f00b1
commit e78f8de757

View file

@ -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;