mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 06:55:52 +08:00
Improve Fusion logging.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user