kopia lustrzana https://github.com/meshtastic/firmware
Update SerialConsole.cpp
rodzic
fc729b0cbb
commit
7c5a36ce38
|
@ -20,7 +20,9 @@ void consolePrintf(const char *format, ...)
|
|||
va_start(arg, format);
|
||||
console->vprintf(format, arg);
|
||||
va_end(arg);
|
||||
#ifdef ARCH_ESP32
|
||||
console->flush();
|
||||
#endif
|
||||
}
|
||||
|
||||
SerialConsole::SerialConsole() : StreamAPI(&Port), RedirectablePrint(&Port)
|
||||
|
|
Ładowanie…
Reference in New Issue