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
1 changed files with 1 additions and 1 deletions

View File

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