mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-08 22:22:05 +00:00
Update node metric alignment on LoRa screen
This commit is contained in:
parent
e747d53b02
commit
34eecc0820
@ -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];
|
||||||
|
Loading…
Reference in New Issue
Block a user