sepfy

Results 64 comments of sepfy

OK! I will add tutorial about creating image after new features are finished. But, you can check the "How to Develop" in [here](https://github.com/sepfy/xiaopi/tree/v0.1.0-alpha) first. And modify MACHINE?= to your RPi...

This example is no longer supported

This example is no longer supported

This example is no longer supported

Changed to use mbedtls

hi, it's front-end issue. I just fixed it, please try again. Thanks

Please check if there are duplicate connections? It looks like there is already a connection in progress.

Hi, could you check the sdkconfig? is `CONFIG_MBEDTLS_SSL_PROTO_DTLS` enabled? And `mbedtls_x509write_crt_set_serial` is removed from esp-idf 5.1, you can try to change this function to `mbedtls_x509write_crt_set_serial_raw` ``` diff --git a/src/dtls_srtp.c b/src/dtls_srtp.c...