bringing serial speed back to 115200
This commit is contained in:
parent
2955185d56
commit
c3d636d080
|
@ -91,7 +91,7 @@ public:
|
|||
}
|
||||
|
||||
void begin() {
|
||||
serial.begin(57600);
|
||||
serial.begin(115200);
|
||||
BridgeClass::begin();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue