This commit is contained in:
Yuri Trikoz
2020-06-24 01:46:05 +03:00
parent 7dd13b7fcf
commit f9933ea55e
3 changed files with 1 additions and 7 deletions

View File

@@ -523,10 +523,6 @@ void serialBegin() {
delete mySerial;
}
if (term) {
delete term;
}
mySerial = new SoftwareSerial(rxPin.toInt(), txPin.toInt());
mySerial->begin(s_speed.toInt());