1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-01 12:24:14 +01:00

Temporary upload hack, until bossa get fixed.

This commit is contained in:
Cristian Maglie 2011-10-12 11:12:56 +02:00
parent 8f8ce634dc
commit 1e69d0284d

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);