mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 15:09:23 +08:00
Remove debug outputs
This commit is contained in:
@@ -244,10 +244,8 @@ void CNextion::clockInt(unsigned int ms)
|
|||||||
char text[50U];
|
char text[50U];
|
||||||
if (strcmp(m_dateformat.c_str(), "English") == 0) {
|
if (strcmp(m_dateformat.c_str(), "English") == 0) {
|
||||||
::sprintf(text, "t2.txt=\"%02d:%02d:%02d %02d/%02d/%2d\"", Hour, Min, Sec, Day, Month, Year % 100);
|
::sprintf(text, "t2.txt=\"%02d:%02d:%02d %02d/%02d/%2d\"", Hour, Min, Sec, Day, Month, Year % 100);
|
||||||
printf(text, "t2.txt=\"%02d:%02d:%02d %02d/%02d/%2d\"", Hour, Min, Sec, Day, Month, Year % 100);
|
|
||||||
} else if (strcmp(m_dateformat.c_str(), "German") == 0) {
|
} else if (strcmp(m_dateformat.c_str(), "German") == 0) {
|
||||||
::sprintf(text, "t2.txt=\"%02d:%02d:%02d %02d.%02d.%2d\"", Hour, Min, Sec, Day, Month, Year % 100);
|
::sprintf(text, "t2.txt=\"%02d:%02d:%02d %02d.%02d.%2d\"", Hour, Min, Sec, Day, Month, Year % 100);
|
||||||
printf(text, "t2.txt=\"%02d:%02d:%02d %02d.%02d.%2d\"", Hour, Min, Sec, Day, Month, Year % 100);
|
|
||||||
}
|
}
|
||||||
sendCommand(text);
|
sendCommand(text);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user