mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-29 18:52:13 +01:00
Merge pull request #3759 from sandeepmistry/no-gui-board-select-change
Call on onBoardOrPortChange after selectBoard when board argument passed into command line
This commit is contained in:
commit
f84b58e96d
@ -249,6 +249,7 @@ public class CommandlineParser {
|
|||||||
}
|
}
|
||||||
|
|
||||||
BaseNoGui.selectBoard(targetBoard);
|
BaseNoGui.selectBoard(targetBoard);
|
||||||
|
BaseNoGui.onBoardOrPortChange();
|
||||||
|
|
||||||
if (split.length > 3) {
|
if (split.length > 3) {
|
||||||
String[] options = split[3].split(",");
|
String[] options = split[3].split(",");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user