mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-13 10:29:35 +01:00
Refresh serial port list after loading contributed packages
Soves nameless boards if contributed cores loading is slow
This commit is contained in:
parent
b8f3d2d8bb
commit
830fe765b8
@ -409,7 +409,10 @@ public class BaseNoGui {
|
||||
}
|
||||
|
||||
BaseNoGui.initPackages();
|
||||
|
||||
|
||||
// refresh the serial port names after loading all packages
|
||||
BaseNoGui.getDiscoveryManager().getSerialDiscoverer().forceRefresh();
|
||||
|
||||
// Setup board-dependent variables.
|
||||
onBoardOrPortChange();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user