No need replace

This commit is contained in:
Dmitry Borisenko
2020-06-24 14:26:52 +02:00
parent 2c3efd6309
commit a422c72565

View File

@@ -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 + ",";
});
}