Sean Bruton

Results 3 comments of Sean Bruton
trafficstars

Looks like this behavior is also present with `ip_camera`, `light_sensor`, and `video_doorbell`. Uncommenting any of the `add_accessory()` lines below will result in failure to pair. ``` extern crate hap; use...

So far I've found that the service is getting to the `/pair-verify - M4: Sending Verify Finish Response` where it sends back the following response for the accessory w/ thermostat...

This resolved it for me: `RUSTFLAGS="-C link-args=-fstack-protector-all -lssp" cargo build ...`