Skip to content

Commit 9cb5ea2

Browse files
committed
Disable received out of order error
1 parent eca73a5 commit 9cb5ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/bluetoothle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ var bluetoothle = {
1919
return;
2020
}
2121

22-
if (sequence != this.nextExpected) console.warn("Received out of order: expected " + this.nextExpected +" got " + sequence);
22+
// if (sequence !== this.nextExpected) console.warn("Received out of order: expected " + this.nextExpected +" got " + sequence);
2323

2424
this.onHold[sequence] = obj;
2525

0 commit comments

Comments
 (0)