We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ca0c52 commit e0082f0Copy full SHA for e0082f0
1 file changed
src/displayapp/screens/SystemInfo.cpp
@@ -84,7 +84,7 @@ std::unique_ptr<Screen> SystemInfo::CreateScreen1() {
84
uptimeSeconds = uptimeSeconds % secondsInAMinute;
85
// TODO handle more than 100 days of uptime
86
87
- sprintf(t1, "Pinetime\n"
+ sprintf(t1, "InfiniTime\n"
88
"Version:%ld.%ld.%ld\n"
89
"Build: %s\n"
90
" %s\n"
0 commit comments