mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-20 21:01:25 +03:00
Now allowing uploads using a programmer by setting the upload.using preference ("bootloader" for default behavior, or the name of a programmer prefix from the programmers.txt file).
This commit is contained in:
@ -269,8 +269,7 @@ linestatus.height = 20
|
||||
|
||||
# set the upload defaults
|
||||
upload.verbose=false
|
||||
upload.erase=false
|
||||
upload.verify=false
|
||||
upload.using=bootloader
|
||||
|
||||
# set the parallel port defaults (used if upload.programmer=dapa)
|
||||
parallel.port=0x378
|
||||
|
Reference in New Issue
Block a user