minor text changes

This commit is contained in:
Proddy
2021-10-11 16:42:47 +02:00
parent cddadcfae2
commit ded90dc4ce

View File

@@ -1273,7 +1273,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