1
0
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:
David A. Mellis
2007-06-21 22:24:57 +00:00
parent ca84925df8
commit 1c0c0fe69b
5 changed files with 168 additions and 95 deletions

View File

@ -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();