mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
No need replace
This commit is contained in:
@@ -540,7 +540,7 @@ void serialBegin() {
|
|||||||
term->setOnReadLine([](const char *str) {
|
term->setOnReadLine([](const char *str) {
|
||||||
String line = String(str);
|
String line = String(str);
|
||||||
pm.info("serial read: " + line);
|
pm.info("serial read: " + line);
|
||||||
line.replace("#", " ");
|
//line.replace("#", " ");
|
||||||
order_loop += line + ",";
|
order_loop += line + ",";
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user