Fix bug with RX Timer and Monitor Action

This commit is contained in:
Armel FAUVEAU
2024-06-16 15:49:59 +02:00
parent bb76890ecc
commit 19536088da
3 changed files with 9 additions and 3 deletions

View File

@@ -212,11 +212,13 @@ void UI_DisplayStatus()
{
memcpy(line + x + 1, gFontLight, sizeof(gFontLight));
}
/*
else if (gChargingWithTypeC)
{
memcpy(line + x + 1, BITMAP_USB_C, sizeof(BITMAP_USB_C));
}
*/
// Battery
unsigned int x2 = LCD_WIDTH - sizeof(BITMAP_BatteryLevel1) - 0;