YunSerialTermina speed back to 115200

This commit is contained in:
Federico Fissore 2013-06-19 15:41:22 +02:00
parent 78f0baeb26
commit 0a594d273d
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;