1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-19 09:42:11 +03:00

Initial version of the avrdude uploader (only supports uploading, not burning the bootloader).

This commit is contained in:
David A. Mellis
2007-06-21 23:00:31 +00:00
parent 1c0c0fe69b
commit 5360fa729d
4 changed files with 151 additions and 2 deletions

View File

@ -1675,7 +1675,7 @@ public class Sketch {
// download the program
//
Uploader uploader = new UispUploader();
Uploader uploader = new AvrdudeUploader();
// macos9 now officially broken.. see PdeCompilerJavac
//PdeCompiler compiler =
// ((PdeBase.platform == PdeBase.MACOS9) ?