|
|
@@ -567,7 +567,8 @@ void Application::OnClockTimer() {
|
|
|
time_t now = time(NULL);
|
|
|
char time_str[64];
|
|
|
strftime(time_str, sizeof(time_str), "%H:%M ", localtime(&now));
|
|
|
- Board::GetInstance().GetDisplay()->SetStatus(time_str);
|
|
|
+ const char* TestShow = "邗江区民政服务小助手";
|
|
|
+ Board::GetInstance().GetDisplay()->SetStatus(TestShow);
|
|
|
});
|
|
|
}
|
|
|
}
|