mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-02 13:24:12 +01:00
Increase SerialMonitor reopening timeout to 10 seconds
This commit is contained in:
parent
ab61ab92fd
commit
10e8480d3d
@ -84,7 +84,7 @@ import static processing.app.I18n.tr;
|
|||||||
@SuppressWarnings("serial")
|
@SuppressWarnings("serial")
|
||||||
public class Editor extends JFrame implements RunnerListener {
|
public class Editor extends JFrame implements RunnerListener {
|
||||||
|
|
||||||
public static final int MAX_TIME_AWAITING_FOR_RESUMING_SERIAL_MONITOR = 5000;
|
public static final int MAX_TIME_AWAITING_FOR_RESUMING_SERIAL_MONITOR = 10000;
|
||||||
|
|
||||||
private final Platform platform;
|
private final Platform platform;
|
||||||
private JMenu recentSketchesMenu;
|
private JMenu recentSketchesMenu;
|
||||||
|
Loading…
Reference in New Issue
Block a user