mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-21 18:22:32 +00:00
Implement Haruki's ClockRenderer and broadcast decomposeTime across various files.
This commit is contained in:
@@ -58,4 +58,6 @@ bool isAllowedPunctuation(char c);
|
||||
|
||||
std::string sanitizeString(const std::string &input);
|
||||
|
||||
void decomposeTime(uint32_t rtc_sec, int &hour, int &minute, int &second);
|
||||
|
||||
} // namespace graphics
|
||||
|
||||
Reference in New Issue
Block a user