WiringProject / Wiring

Wiring Framework
http://wiring.org.co/
Other
217 stars 168 forks source link

avrdude -x option added to all programmers in Burn Bootloader from IDE #8

Open bhagman opened 12 years ago

bhagman commented 12 years ago

IDE/processing/app/debug/AvrdudeUploader.java

The "-x" option is added to all programmer types in IDE/processing/app/debug/AvrdudeUploader.java

It should only be added to "wiring" only programmer types (or specifically, WiringISP)

bhagman commented 12 years ago

Here is the warning:

"avrdude: WARNING: Programmer doesn't support extended parameters, -x option(s) ignored"