mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 23:45:49 +08:00
Change via to at for YSF displays.
This commit is contained in:
@@ -198,7 +198,7 @@ void CNextion::writeFusionInt(const char* source, const char* dest, const char*
|
|||||||
::sprintf(text, "t1.txt=\"%.10s\"", dest);
|
::sprintf(text, "t1.txt=\"%.10s\"", dest);
|
||||||
sendCommand(text);
|
sendCommand(text);
|
||||||
if (::strcmp(origin, " ") != 0) {
|
if (::strcmp(origin, " ") != 0) {
|
||||||
::sprintf(text, "t2.txt=\"via %.10s\"", origin);
|
::sprintf(text, "t2.txt=\"at %.10s\"", origin);
|
||||||
sendCommand(text);
|
sendCommand(text);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -288,7 +288,7 @@ void CTFTSerial::writeFusionInt(const char* source, const char* dest, const char
|
|||||||
displayText(text);
|
displayText(text);
|
||||||
|
|
||||||
if (::strcmp(origin, " ") != 0) {
|
if (::strcmp(origin, " ") != 0) {
|
||||||
::sprintf(text, "via %.10s", origin);
|
::sprintf(text, "at %.10s", origin);
|
||||||
gotoPosPixel(5U, 110U);
|
gotoPosPixel(5U, 110U);
|
||||||
displayText(text);
|
displayText(text);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user