Skip to content

Commit

Permalink
minor text changes
Browse files Browse the repository at this point in the history
  • Loading branch information
proddy committed Oct 11, 2021
1 parent cddadcf commit ded90dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/emsesp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1273,7 +1273,7 @@ void EMSESP::loop() {
console_.loop(); // telnet/serial console

// 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

0 comments on commit ded90dc

Please sign in to comment.