bringing serial speed back to 115200

This commit is contained in:
Federico Fissore 2013-06-18 09:17:42 +02:00
parent 0c93eb3ae8
commit 01c814479d
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();
}