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:
parent
211efd9ce0
commit
5fe3d5eda1
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user