mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-15 00:02:49 +03:00
MacOSX: previous better IDE was missing some pieces. Added
This commit is contained in:
@ -63,6 +63,10 @@ public class CommandlineParser {
|
||||
action = a;
|
||||
continue;
|
||||
}
|
||||
if (args[i].startsWith("-psn")) {
|
||||
//discard
|
||||
continue;
|
||||
}
|
||||
if (args[i].equals("--verbose") || args[i].equals("-v")) {
|
||||
doVerboseBuild = true;
|
||||
doVerboseUpload = true;
|
||||
|
Reference in New Issue
Block a user