mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
YunSerialTermina speed back to 115200
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user