Update node metric alignment on LoRa screen

This commit is contained in:
Jason P 2025-06-03 14:22:02 -05:00
parent e747d53b02
commit 34eecc0820

View File

@ -406,7 +406,7 @@ void drawLoRaFocused(OLEDDisplay *display, OLEDDisplayUiState *state, int16_t x,
graphics::drawCommonHeader(display, x, y, titleStr); graphics::drawCommonHeader(display, x, y, titleStr);
// === First Row: Region / BLE Name === // === First Row: Region / BLE Name ===
graphics::UIRenderer::drawNodes(display, x, compactFirstLine + 3, nodeStatus, 0, true, ""); graphics::UIRenderer::drawNodes(display, x, compactFirstLine + 2, nodeStatus, 0, true, "");
uint8_t dmac[6]; uint8_t dmac[6];
char shortnameble[35]; char shortnameble[35];