mirror of
https://github.com/arduino/Arduino.git
synced 2024-11-29 10:24:12 +01:00
Call on onBoardOrPortChange after selectBoard in no GUI mode
Like GUI mode does when a board is changed.
This commit is contained in:
parent
f8b764a3a6
commit
7fa355a702
@ -249,6 +249,7 @@ public class CommandlineParser {
|
||||
}
|
||||
|
||||
BaseNoGui.selectBoard(targetBoard);
|
||||
BaseNoGui.onBoardOrPortChange();
|
||||
|
||||
if (split.length > 3) {
|
||||
String[] options = split[3].split(",");
|
||||
|
Loading…
Reference in New Issue
Block a user