mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-20 14:54:31 +01:00
bringing serial speed back to 115200
This commit is contained in:
parent
00bd3fd10b
commit
2a1602593e
@ -91,7 +91,7 @@ public:
|
||||
}
|
||||
|
||||
void begin() {
|
||||
serial.begin(57600);
|
||||
serial.begin(115200);
|
||||
BridgeClass::begin();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user