1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Adding preference for disabling verification on upload (Nathan Seidle)

Adds a checkbox to the preferences dialog that controls whether or not
to verify code on upload via serial (verification still always occurs
when uploading using a programmer).  It is checked by default to match
current behavior.
This commit is contained in:
David A. Mellis
2012-03-03 13:54:10 -05:00
parent f4f62f9a12
commit a292677108
3 changed files with 15 additions and 2 deletions

View File

@ -248,6 +248,7 @@ target = arduino
programmer = arduino:avrispmkii
upload.using = bootloader
upload.verify = true
serial.port=COM1
serial.databits=8