YunSerialTermina speed back to 115200

This commit is contained in:
Federico Fissore 2013-06-19 15:41:22 +02:00
parent 211efd9ce0
commit 5fe3d5eda1
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
This example code is in the public domain.
*/
long lininoBaud = 57600;
long lininoBaud = 115200;
// Pin 13 has an LED connected on most Arduino boards.
int led = 13;