mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
text changes
This commit is contained in:
@@ -1430,9 +1430,13 @@ void MyESP::_telnetHandle() {
|
||||
if (charsRead > 0) {
|
||||
charsRead = 0; // is static, so have to reset
|
||||
_suspendOutput = false;
|
||||
/*
|
||||
if (_general_serial) {
|
||||
SerialAndTelnet.serialPrint('\n'); // force newline if in Serial
|
||||
}
|
||||
*/
|
||||
SerialAndTelnet.write('\n'); // force NL
|
||||
|
||||
_telnetCommand(_command);
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user