Updated Uptime wording to be "Up" to fit within screen real estate

This commit is contained in:
Xaositek 2025-02-04 15:05:06 -06:00
parent 4abd5176c0
commit b3728e08ce

View File

@ -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