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

Updated bossac to 1.2 for linux and win (MacOS version must be ported as well)

This commit is contained in:
Cristian Maglie
2011-10-24 11:21:50 +02:00
parent 645ab6f9a3
commit 821481fcd7
5 changed files with 3 additions and 2 deletions

View File

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