File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,13 @@ between multiple runs and only recompile the files that changed.
55
55
Note that on MacOS X, the main executable is
56
56
'Arduino.app/Contents/MacOS/Arduino' instead of 'arduino' .
57
57
58
+ Note that on Windows, due to the diffence between GUI and console apps, that the
59
+ 'arduino_debug.exe' is the appropriate executable to use if you want to use the majority
60
+ of these command line options. The 'arduino.exe' GUI version of the launcher **may** perform
61
+ some of the functions described below, but will not output any messages to the console,
62
+ meaning it is pretty useless if you want any feedback or to be able to keep log files for
63
+ automated testing, etc.
64
+
58
65
ACTIONS
59
66
60
67
*--verify* ::
You can’t perform that action at this time.
0 commit comments