Serial active on create

This commit is contained in:
Yuri Trikoz
2020-06-24 02:49:44 +03:00
parent cc3c17dfb2
commit e400de1e1c
3 changed files with 3 additions and 2 deletions

View File

@@ -540,6 +540,7 @@ void serialBegin() {
term->setOnReadLine([](const char *str) {
String line = String(str);
pm.info("serial read: " + line);
line.replace("#", " ");
order_loop += line + ",";
});
}