remove debug line

This commit is contained in:
proddy
2024-10-23 15:02:44 +02:00
parent db86c564b3
commit 3535e4eeee

View File

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