Change via to at for YSF displays.

This commit is contained in:
Jonathan Naylor 2016-05-23 18:04:17 +01:00
parent b16fe2932a
commit 92cf3ed203
2 changed files with 2 additions and 2 deletions

View file

@ -198,7 +198,7 @@ void CNextion::writeFusionInt(const char* source, const char* dest, const char*
::sprintf(text, "t1.txt=\"%.10s\"", dest);
sendCommand(text);
if (::strcmp(origin, " ") != 0) {
::sprintf(text, "t2.txt=\"via %.10s\"", origin);
::sprintf(text, "t2.txt=\"at %.10s\"", origin);
sendCommand(text);
}

View file

@ -288,7 +288,7 @@ void CTFTSerial::writeFusionInt(const char* source, const char* dest, const char
displayText(text);
if (::strcmp(origin, " ") != 0) {
::sprintf(text, "via %.10s", origin);
::sprintf(text, "at %.10s", origin);
gotoPosPixel(5U, 110U);
displayText(text);
} else {