Skip to content

Commit bcb0bb4

Browse files
committed
Intellisense messed up
1 parent 7fd26fa commit bcb0bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/serial_backend.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export function initializeSerialBackend() {
6666
!["cli", "firmware_flasher"].includes(GUI.active_tab) &&
6767
PortHandler.portPicker.autoConnect &&
6868
!isCliOnlyMode() &&
69-
(connectionTimestamp == null || connectionTimestamp > 0)) ||
69+
(connectionTimestamp === null || connectionTimestamp > 0)) ||
7070
Date.now() - rebootTimestamp <= REBOOT_CONNECT_MAX_TIME_MS
7171
) {
7272
connectDisconnect();

0 commit comments

Comments
 (0)