Skip to content

Commit b83532b

Browse files
committed
fix: correct variable name
1 parent 1d3857c commit b83532b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks/useNocturned.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1270,7 +1270,7 @@ export const useBluetooth = () => {
12701270
reconnectTimeoutRef.current = setTimeout(() => {
12711271
reconnectTimeoutRef.current = null;
12721272
attemptReconnect(continuous);
1273-
}, RECONNECT_INTERVAL);
1273+
}, RECONNECT_BASE_INTERVAL);
12741274
return;
12751275
}
12761276

0 commit comments

Comments
 (0)