NimBLE Rust wrapper for ESP32 This is a Rust wrapper for the NimBLE Bluetooth stack for ESP32. Inspired byNimBLE-Arduino. Usage Add below settings to your project'ssdkconfig.defaults. CONFIG_BT_ENABLED=y CONFIG_
I am a newbie on ESP32 with Rust. Any help is appreciated, thanks. I tried to downgrade to version 0.7.0 with following code, and it works. let mut client = BLEClient::new(); client.on_connect(|client| { //client.update_conn_params(120, 120, 0, 60).unwrap(); log::info!("c...
2 + "rust-analyzer.cargo.target": "xtensa-esp32-espidf", 3 + "rust-analyzer.checkOnSave.allTargets": false, 4 + "rust-analyzer.checkOnSave.command": "clippy", 5 + "rust-analyzer.checkOnSave.extraArgs": ["--all-features"] 6 + }...