1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-03-13 10:29:35 +01:00

YunSerialTermina speed back to 115200

This commit is contained in:
Federico Fissore 2013-06-19 15:41:22 +02:00
parent 211efd9ce0
commit 5fe3d5eda1

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;