1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-19 14:25:11 +03:00

RSSI lacked unit (Fix #2557)

dBm renamed to dB (made no sense)
This commit is contained in:
Andre Bernet 2015-07-25 18:02:01 +02:00
parent 983e9f2f2b
commit 19e68bac4d
21 changed files with 22 additions and 22 deletions

View file

@ -119,7 +119,7 @@ PLAY_FUNCTION(playValue, source_t idx)
#if defined(FRSKY)
case MIXSRC_FIRST_TELEM+TELEM_RSSI_TX-1:
case MIXSRC_FIRST_TELEM+TELEM_RSSI_RX-1:
PLAY_NUMBER(val, 1+UNIT_DBM, 0);
PLAY_NUMBER(val, 1+UNIT_DB, 0);
break;
case MIXSRC_FIRST_TELEM+TELEM_MIN_A1-1:
case MIXSRC_FIRST_TELEM+TELEM_MIN_A2-1: