erdose / xiaomi-mi-lywsd03mmc

Xiaomi Mi BLE Temperature & Humidity Sensor
MIT License
26 stars 7 forks source link

Corrected MAC address checking for Discovery mode. #14

Closed Jaj0 closed 2 years ago

Jaj0 commented 2 years ago

Hello, i've added small correction to your project. Bluetooth device reported MAC address in lowercase, but in configuration as example it was showed as uppercase, so data was newer updated in discovery mode. Now i've added corrections to set all MAC addresses to uppercase, so no more issues there.

erdose commented 2 years ago

I merged the improvement. Thanks!