You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a note, it seems that the CRC library made some changes since this library was last updated. In order for me to request and receive messages from Bean (temp, accel, etc...) I had to update line 74 to this: var crcString = crc.crc16ccitt(this.gst.slice(0,this.gst.length-2)).toString(16) and line 126 to this: var crcString = crc.crc16ccitt(gstBuffer).toString(16) in order for everything work correctly.
The text was updated successfully, but these errors were encountered:
Just a note, it seems that the CRC library made some changes since this library was last updated. In order for me to request and receive messages from Bean (temp, accel, etc...) I had to update line 74 to this: var crcString = crc.crc16ccitt(this.gst.slice(0,this.gst.length-2)).toString(16) and line 126 to this: var crcString = crc.crc16ccitt(gstBuffer).toString(16) in order for everything work correctly.
The text was updated successfully, but these errors were encountered: