mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
remove debug line
This commit is contained in:
@@ -1745,7 +1745,6 @@ void EMSESP::loop() {
|
|||||||
int c = serial_console_.read();
|
int c = serial_console_.read();
|
||||||
if (c != -1) {
|
if (c != -1) {
|
||||||
show_prompt = true;
|
show_prompt = true;
|
||||||
Serial.println(c);
|
|
||||||
}
|
}
|
||||||
// https://daleswanson.org/ascii.htm#:~:text=0
|
// https://daleswanson.org/ascii.htm#:~:text=0
|
||||||
// CTRL-D to open
|
// CTRL-D to open
|
||||||
|
|||||||
Reference in New Issue
Block a user