Mixiaoxiao / Arduino-HomeKit-ESP8266

Native Apple HomeKit accessory implementation for the ESP8266 Arduino core.
MIT License
1.48k stars 278 forks source link

Fix new device ID on HomeKit topology change #212

Open paullj1 opened 1 year ago

paullj1 commented 1 year ago

Instead of erasing the entire config in the compact_data method, instead only erase the pairing data. This preserves the device ID so that in case the method does not finish for some reason, the device doesn't generate a new ID.

Finn1994 commented 1 year ago

Anyone know when this will be merged?