gan-web-bluetooth
Advanced tools
Comparing version 2.3.0 to 2.3.1
{ | ||
"name": "gan-web-bluetooth", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "Library for interaction with GAN Smart Timers and GAN Smart Cubes using Web Bluetooth API", | ||
@@ -5,0 +5,0 @@ "private": false, |
@@ -609,3 +609,3 @@ | ||
if (diff > 0) { | ||
if (this.lastSerial != 255) { // Avoid iCarry2 firmware bug with facelets state event at 255 move counter | ||
if (this.serial != 0) { // Constraint to avoid iCarry2 firmware bug with facelets state event at 255 move counter | ||
let bufferHead = this.moveBuffer[0] as GanCubeMoveEvent; | ||
@@ -612,0 +612,0 @@ let startSerial = bufferHead ? bufferHead.serial : (this.serial + 1) & 0xFF; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
168684