Update SerialConsole.cpp
This commit is contained in:
co-authored by
GitHub
parent
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)
|
||||
|
||||
Reference in New Issue
Block a user