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

@ -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) ?