younghyunjo

Results 17 comments of younghyunjo

You can link the external library . build.rs ``` fn main() { ... ... println!("cargo:rustc-link-lib=LIB"); println!("cargo:rustc-link-search=LIB_PATH"); } ``` example ``` fn main() { ... ... println!("cargo:rustc-link-lib=nghttp2"); println!("cargo:rustc-link-search=/usr/lib/"); } ```

Can you upload the esp32 serial log?

At you log, there is a cpu exception occurred, but I can`t figure out the reason. Can upload your code at your repository and share with me? by the way,...

@streicherlouw I make a new issue, let`s talk at here #10

@nene8 In your working directory, you can see serial log with this command ``` $ make monitor ``` If you are see the serial log with "make monitor" , you...

@nene8 I add some debug message in the bugfix branch [branch:bugfix/panic-while-pairing](https://github.com/younghyunjo/esp32-homekit/tree/bugfix/panic-while-pairing) Would you test with this code?

@nene8 Thanks for test the code. What is iOS version installed at errored iPhone?

@nene8 What is iOS version you used?

@nene8 @denbrian Please attach the serial log for debugging

@nene8 ``` [PAIR-SETUP] STATE:5tlv_decode failed. type:10 ``` As you see the log, iOS device is missing some data. While pairing, iOS device must send "iOSDeviceSignature" to accessory. The HAP-Specification document...