mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
Also updating serial port display from "Serial port not found" dialog.
This commit is contained in:
@ -2317,6 +2317,7 @@ public class Editor extends JFrame implements RunnerListener {
|
||||
0);
|
||||
if (result == null) return false;
|
||||
selectSerialPort(result);
|
||||
base.onBoardOrPortChange();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user