1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-09 22:24:14 +03:00

Merge branch 'new-extension' of https://github.com/arduino/ARM into new-extension

This commit is contained in:
Thibaut VIARD
2011-10-14 10:31:27 +02:00

View File

@@ -47,8 +47,8 @@ public class BossaCUploader extends Uploader {
+ port);
commandDownloader.add("-e");
commandDownloader.add("-w");
commandDownloader.add("-v");
commandDownloader.add("-b");
commandDownloader.add("-s");
commandDownloader.add("-l");
commandDownloader.add(buildPath + File.separator + className + ".bin");
return bossac(commandDownloader);