diff --git a/src/Cmd.cpp b/src/Cmd.cpp index 85b7e48e..7f4bb7c9 100644 --- a/src/Cmd.cpp +++ b/src/Cmd.cpp @@ -540,7 +540,7 @@ void serialBegin() { term->setOnReadLine([](const char *str) { String line = String(str); pm.info("serial read: " + line); - line.replace("#", " "); + //line.replace("#", " "); order_loop += line + ","; }); }