text changes

This commit is contained in:
Paul
2019-09-20 12:46:45 +02:00
parent 489fdf452e
commit 5b39783a3a
3 changed files with 14 additions and 5 deletions

View File

@@ -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;