1
0
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:
Federico Fissore 2013-06-18 09:17:42 +02:00
parent 00bd3fd10b
commit 2a1602593e

View File

@ -91,7 +91,7 @@ public:
}
void begin() {
serial.begin(57600);
serial.begin(115200);
BridgeClass::begin();
}