We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9630f5 commit 04b03edCopy full SHA for 04b03ed
src/js/serial_backend.js
@@ -61,7 +61,7 @@ export function initializeSerialBackend() {
61
!GUI.connecting_to &&
62
GUI.active_tab !== "firmware_flasher" &&
63
((PortHandler.portPicker.autoConnect && !["manual", "virtual"].includes(device)) ||
64
- Date.now() - rebootTimestamp < REBOOT_CONNECT_MAX_TIME_MS)
+ Date.now() - rebootTimestamp > REBOOT_CONNECT_MAX_TIME_MS)
65
) {
66
connectDisconnect();
67
}
@@ -73,7 +73,7 @@ export function initializeSerialBackend() {
73
74
75
76
77
78
79
0 commit comments