1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00
This commit is contained in:
David A. Mellis
2006-03-21 19:46:13 +00:00
parent c6704296c1
commit 4061d17578
2 changed files with 39 additions and 33 deletions

View File

@ -1805,7 +1805,7 @@ public class Editor extends JFrame
//boolean success = sketch.isLibrary() ?
//sketch.exportLibrary() : sketch.exportApplet();
Uploader uploader = new Uploader();
boolean success = uploader.burnBootloader();
boolean success = uploader.burnBootloaderAVRISP();
if (success) {
message("Done burning bootloader.");