We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fd26fa commit bcb0bb4Copy full SHA for bcb0bb4
src/js/serial_backend.js
@@ -66,7 +66,7 @@ export function initializeSerialBackend() {
66
!["cli", "firmware_flasher"].includes(GUI.active_tab) &&
67
PortHandler.portPicker.autoConnect &&
68
!isCliOnlyMode() &&
69
- (connectionTimestamp == null || connectionTimestamp > 0)) ||
+ (connectionTimestamp === null || connectionTimestamp > 0)) ||
70
Date.now() - rebootTimestamp <= REBOOT_CONNECT_MAX_TIME_MS
71
) {
72
connectDisconnect();
0 commit comments