mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-06 01:08:25 +01:00
Also updating serial port display from "Serial port not found" dialog.
This commit is contained in:
parent
91a94cbe7e
commit
0020105283
@ -2317,6 +2317,7 @@ public class Editor extends JFrame implements RunnerListener {
|
|||||||
0);
|
0);
|
||||||
if (result == null) return false;
|
if (result == null) return false;
|
||||||
selectSerialPort(result);
|
selectSerialPort(result);
|
||||||
|
base.onBoardOrPortChange();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user