mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 10:42:49 +00:00
re-circumcised
This commit is contained in:
@@ -1050,7 +1050,7 @@ void drawCommonHeader(OLEDDisplay *display, int16_t x, int16_t y)
|
|||||||
display->fillRect(
|
display->fillRect(
|
||||||
batteryX + batteryLong,
|
batteryX + batteryLong,
|
||||||
batteryY + (batteryShort / 2) - 3,
|
batteryY + (batteryShort / 2) - 3,
|
||||||
nubSize + 1, 6
|
nubSize, 6
|
||||||
);
|
);
|
||||||
|
|
||||||
if (isCharging && isBoltVisible) {
|
if (isCharging && isBoltVisible) {
|
||||||
|
|||||||
Reference in New Issue
Block a user