1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-26 01:35:35 +03:00

added blink to LQ when telemetry is lost

Also added one space to clear SNR for when -30dB is received.
This commit is contained in:
OptimusTi 2020-08-27 13:40:47 -04:00 committed by Pawel Spychalski (DzikuVx)
parent 2d81adaebc
commit 09e2c5aa8f

View file

@ -1655,7 +1655,7 @@ static bool osdDrawSingleElement(uint8_t item)
buff[0] = SYM_BLANK;
tfp_sprintf(buff + 1, "%d:%3d%s", rxLinkStatistics.rfMode, rxLinkStatistics.uplinkLQ, "%");
if (!failsafeIsReceivingRxData()){
displayWrite(osdDisplayPort, elemPosX, elemPosY, " ");
TEXT_ATTRIBUTES_ADD_BLINK(elemAttr);
}
break;