1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-21 15:25:17 +03:00

Cosmetics

This commit is contained in:
Bertrand Songis 2019-04-17 11:59:55 +02:00
parent 930a3690ad
commit edc6bf148a

View file

@ -34,7 +34,6 @@ enum PowerMeterFields {
void menuRadioPowerMeter(event_t event)
{
SUBMENU("POWER METER", POWER_METER_FIELDS_MAX-1, {0, 0, READONLY_ROW, READONLY_ROW, READONLY_ROW});
if (TELEMETRY_STREAMING()) {
@ -86,7 +85,6 @@ void menuRadioPowerMeter(event_t event)
break;
case POWER_METER_ATTENUATOR:
{
lcdDrawText(0, y, "Attn");
lcdDrawNumber(8 * FW, y, -10 * reusableBuffer.powerMeter.attn, LEFT | attr);
lcdDrawText(lcdNextPos, y, " dB");
@ -94,7 +92,6 @@ void menuRadioPowerMeter(event_t event)
reusableBuffer.powerMeter.attn = checkIncDec(event, reusableBuffer.powerMeter.attn, 0, 5, 0);
}
break;
}
case POWER_METER_POWER:
lcdDrawText(0, y, "Power");