sforkowany z mirror/meshtastic-firmware
Output serial console data without buffering
rodzic
140250ef03
commit
0b81a25fda
|
@ -20,6 +20,7 @@ void consolePrintf(const char *format, ...)
|
|||
va_start(arg, format);
|
||||
console->vprintf(format, arg);
|
||||
va_end(arg);
|
||||
console->flush();
|
||||
}
|
||||
|
||||
SerialConsole::SerialConsole() : StreamAPI(&Port), RedirectablePrint(&Port)
|
||||
|
|
Ładowanie…
Reference in New Issue