mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
Changed default upload rate to 19200.
This commit is contained in:
@ -276,7 +276,7 @@ serial.databits=8
|
|||||||
serial.stopbits=1
|
serial.stopbits=1
|
||||||
serial.parity=N
|
serial.parity=N
|
||||||
serial.port=COM1
|
serial.port=COM1
|
||||||
serial.download_rate=9600
|
serial.download_rate=19200
|
||||||
serial.debug_rate=9600
|
serial.debug_rate=9600
|
||||||
|
|
||||||
# set the build defaults
|
# set the build defaults
|
||||||
|
Reference in New Issue
Block a user