Bluetooth-Devices / bthome-ble

Parser for BTHome BLE devices
https://bthome.io/
MIT License
67 stars 12 forks source link

Error in encryption byte ordering on website. #41

Closed MartinEssink closed 1 year ago

MartinEssink commented 1 year ago

Describe the bug On the website, on the encryption page, it is stated that: "Message Integrity Check (MIC): 8th byte from the end till 4th byte from the end: 78237214". This should be "Message Integrity Check (MIC): 4th byte from the end till the end: 78237214".

Ernst79 commented 1 year ago

You're right. Good spot. Fixed it right away.