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 eca73a5 commit 9cb5ea2Copy full SHA for 9cb5ea2
www/bluetoothle.js
@@ -19,7 +19,7 @@ var bluetoothle = {
19
return;
20
}
21
22
- if (sequence != this.nextExpected) console.warn("Received out of order: expected " + this.nextExpected +" got " + sequence);
+ // if (sequence !== this.nextExpected) console.warn("Received out of order: expected " + this.nextExpected +" got " + sequence);
23
24
this.onHold[sequence] = obj;
25
0 commit comments