mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Factoring out uisp from the uploader in preparation for also allowing avrdude.
This commit is contained in:
@ -2013,7 +2013,7 @@ public class Editor extends JFrame
|
||||
try {
|
||||
//boolean success = sketch.isLibrary() ?
|
||||
//sketch.exportLibrary() : sketch.exportApplet();
|
||||
Uploader uploader = new Uploader();
|
||||
Uploader uploader = new UispUploader();
|
||||
boolean success = parallel ?
|
||||
uploader.burnBootloaderParallel() :
|
||||
uploader.burnBootloaderAVRISP();
|
||||
|
Reference in New Issue
Block a user