mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-11 18:29:52 +03:00
Merge pull request #405 from MichaelDvP/v2
do not call shell while sending
This commit is contained in:
@@ -434,7 +434,13 @@ void Console::loop() {
|
||||
telnet_.loop();
|
||||
#endif
|
||||
|
||||
#if defined(ESP8266)
|
||||
if (!EMSuart::sending()) {
|
||||
Shell::loop_all();
|
||||
}
|
||||
#else
|
||||
Shell::loop_all();
|
||||
#endif
|
||||
}
|
||||
|
||||
} // namespace emsesp
|
||||
|
||||
Reference in New Issue
Block a user