File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -261,6 +261,10 @@ public Base(String[] args) throws Exception {
261
261
if (!isCommandLine ()) {
262
262
rebuildBoardsMenu ();
263
263
rebuildProgrammerMenu ();
264
+ } else {
265
+ TargetBoard lastSelectedBoard = BaseNoGui .getTargetBoard ();
266
+ if (lastSelectedBoard != null )
267
+ BaseNoGui .selectBoard (lastSelectedBoard );
264
268
}
265
269
266
270
// Setup board-dependent variables.
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ ARDUINO 1.8.4
4
4
* IDE Toolbar can now go full width on 4K display.
5
5
* Environment variable LIBRARY_INDEX_URL is now correctly parsed (LIBRARY_INDEX_URL_GZ can also be optinally specified). Thanks @xardael
6
6
* Added per-board generic option in config file boards.txt for disabling control of dtr+rts. Thanks @d-a-v
7
+ * CLI: fixed missing "runtime.platform.path" when running without the `--board` option
7
8
8
9
[libraries]
9
10
* Fixed wrong folder name for "Adafruit Circuit Playground" library, now it can be updated cleanly.
You can’t perform that action at this time.
0 commit comments