mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-06 15:04:18 +00:00
Improve Fusion logging.
This commit is contained in:
parent
48bd5e08f9
commit
1cd3bd19fc
2 changed files with 13 additions and 9 deletions
|
|
@ -190,7 +190,7 @@ void CTFTSerial::writeFusion(const char* source, const char* dest)
|
|||
assert(dest != NULL);
|
||||
|
||||
char text[30U];
|
||||
::sprintf(text, "%s -> %s", source, dest);
|
||||
::sprintf(text, "%10.10s -> %10.10s", source, dest);
|
||||
|
||||
gotoPosText(0U, 8U);
|
||||
displayText(text);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue