mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-06 11:39:32 +00:00
Updated Uptime wording to be "Up" to fit within screen real estate
This commit is contained in:
parent
4abd5176c0
commit
b3728e08ce
@ -2670,7 +2670,7 @@ void DebugInfo::drawFrameSettings(OLEDDisplay *display, OLEDDisplayUiState *stat
|
||||
std::string analogClock = "";
|
||||
|
||||
// Show uptime as days, hours, minutes OR seconds
|
||||
std::string uptime = "Uptime: ";
|
||||
std::string uptime = "Up: ";
|
||||
uptime += screen->drawTimeDelta(days, hours, minutes, seconds);
|
||||
|
||||
uint32_t rtc_sec = getValidTime(RTCQuality::RTCQualityDevice, true); // Display local timezone
|
||||
|
Loading…
Reference in New Issue
Block a user