We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8f3d2d commit 830fe76Copy full SHA for 830fe76
arduino-core/src/processing/app/BaseNoGui.java
@@ -409,7 +409,10 @@ static public void init(String[] args) throws Exception {
409
}
410
411
BaseNoGui.initPackages();
412
-
+
413
+ // refresh the serial port names after loading all packages
414
+ BaseNoGui.getDiscoveryManager().getSerialDiscoverer().forceRefresh();
415
416
// Setup board-dependent variables.
417
onBoardOrPortChange();
418
0 commit comments