File tree 1 file changed +26
-0
lines changed
1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -211,6 +211,32 @@ re-use any previous build results in that directory.
211
211
212
212
arduino --pref build.path=/path/to/sketch/build --verify /path/to/sketch/sketch.ino
213
213
214
+ HISTORY
215
+ -------
216
+ 1.5.2::
217
+ Added initial commandline support. This introduced *--verify*,
218
+ *--upload*, *--board*, *--port*, *--verbose* and *-v*.
219
+
220
+ 1.5.5::
221
+ Added support for board-specific parameters to *--board*.
222
+
223
+ {empty}::
224
+ Sketch filenames are now interpreted relative to the current
225
+ directory instead of the location of the arduino command itself.
226
+
227
+ 1.5.6::
228
+ Introduced *--pref*, *--preferences-file*, *--verbose-build* and
229
+ *--verbose-upload*.
230
+
231
+ {empty}::
232
+ Preferences set through --pref are remembered, preferences set
233
+ through *--board*, *--port* or the *--verbose* options are not.
234
+
235
+ {empty}::
236
+ When running with *--verify* or *--upload*, the full GUI is no
237
+ longer shown. Error messages still use a graphical popup and on
238
+ Windows, the splash screen is still shown.
239
+
214
240
RESOURCES
215
241
---------
216
242
Web site: <http://arduino.cc/>
You can’t perform that action at this time.
0 commit comments