Joel
Joel
It's hardcoded in the function `wiringPiI2CSetup` unfortunately https://github.com/WiringPi/WiringPi/blob/master/wiringPi/wiringPiI2C.c
Hi, I'm confused where to find this updated install script/updated drivers for L4T 32.5 / Jetpack 4.5?
In the pinout and layout section, it mentions 5.5 x 2.5mm https://docs.lattepanda.com/content/sigma_edition/IO_Playability/#top-layout
Instead of using the `verify_common_name` and `verify_subject_alternative_name` functions in the example, this worked for me: ``` websocketpp::lib::shared_ptr on_tls_init(const char * hostname, websocketpp::connection_hdl) { auto ctx = websocketpp::lib::make_shared(boost::asio::ssl::context::sslv23); try { ctx->set_options(boost::asio::ssl::context::default_workarounds...