-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
homekit_service_by_type Causing Panic (Load Prohibited) #219
Comments
I tried uncommenting a piece of code in my other program https://github.com/mriksman/esp32_homekit_light_switch. It too fails. Line 625
|
Found why it's happening. Originally, the function
In the new version, |
I've created pull request #220. But I am no programmer, so it's worth a proper review! |
Another issue I am having after the update. The code used to work.
When I change the value (brightness) on Home App, the callback function is called
It then panics at
homekit_service_t *light_service = homekit_service_by_type(_ch->service->accessory, HOMEKIT_SERVICE_LIGHTBULB);
My code is here
https://github.com/mriksman/esp32_homekit_animations
The text was updated successfully, but these errors were encountered: