mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
bringing serial speed back to 115200
This commit is contained in:
@ -91,7 +91,7 @@ public:
|
||||
}
|
||||
|
||||
void begin() {
|
||||
serial.begin(57600);
|
||||
serial.begin(115200);
|
||||
BridgeClass::begin();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user