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:
@ -1675,7 +1675,7 @@ public class Sketch {
|
||||
|
||||
// download the program
|
||||
//
|
||||
Uploader uploader = new Uploader();
|
||||
Uploader uploader = new UispUploader();
|
||||
// macos9 now officially broken.. see PdeCompilerJavac
|
||||
//PdeCompiler compiler =
|
||||
// ((PdeBase.platform == PdeBase.MACOS9) ?
|
||||
|
Reference in New Issue
Block a user