mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2025-12-06 05:32:00 +01:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
9016eb125b
|
|
@ -752,7 +752,7 @@ void CHD44780::clockInt(unsigned int ms)
|
|||
Time = localtime(¤tTime);
|
||||
}
|
||||
|
||||
setlocale(LC_ALL,"");
|
||||
setlocale(LC_TIME,"");
|
||||
strftime(m_buffer1, 128, "%X", Time); // Time
|
||||
strftime(m_buffer2, 128, "%x", Time); // Date
|
||||
|
||||
|
|
|
|||
|
|
@ -246,7 +246,7 @@ void CNextion::clockInt(unsigned int ms)
|
|||
else
|
||||
Time = ::localtime(¤tTime);
|
||||
|
||||
setlocale(LC_ALL,"");
|
||||
setlocale(LC_TIME,"");
|
||||
char text[50U];
|
||||
strftime(text, 50, "t2.txt=\"%x %X\"", Time);
|
||||
sendCommand(text);
|
||||
|
|
|
|||
Loading…
Reference in a new issue