mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-06 15:04:18 +00:00
Change via to at for YSF displays.
This commit is contained in:
parent
b16fe2932a
commit
92cf3ed203
2 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue