Surleika
Results
2
comments of
Surleika
Hi, not sure what causes the crash. IMHO you can work around if you go into storage.c (...\documents\Arduino\libraries\HomeKit-ESP8266\src\storage.c) and change parameter ACCESSORY_ID_OFFSET (was 4 on my side). After changing it...
I worked arround as you did by changing from 4 to 5, flash, change back from 5 to 4 again. Since then it worked stable. @Layochi: any chance to see...