with the release of espressif32 3.4.0 we don't need the delay anymore for telnet

This commit is contained in:
proddy
2021-11-12 14:33:22 +01:00
parent 409d382ff9
commit 09addcb975

View File

@@ -1326,7 +1326,7 @@ void EMSESP::loop() {
console_.loop(); // telnet/serial console console_.loop(); // telnet/serial console
// https://github.com/emsesp/EMS-ESP32/issues/78#issuecomment-877599145 // https://github.com/emsesp/EMS-ESP32/issues/78#issuecomment-877599145
delay(1); // helps telnet catch up. don't think its needed in ESP32 >3.1.0? // delay(1); // helps telnet catch up. don't think its needed in ESP32 >3.1.0?
} }
} // namespace emsesp } // namespace emsesp