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:
@ -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) ?
|
||||
|
Reference in New Issue
Block a user