We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 739a289 commit f18711cCopy full SHA for f18711c
examples/esp32/Cargo.toml
@@ -56,6 +56,10 @@ required-features = ["security"]
56
name = "ble_bas_peripheral_sec"
57
required-features = ["security"]
58
59
+[[bin]]
60
+name = "ble_bas_peripheral_bonding"
61
+required-features = ["security"]
62
+
63
[patch.crates-io]
64
esp-radio = {git = "https://github.com/lulf/esp-hal.git", branch = "bt-hci-fix"}
65
esp-preempt = {git = "https://github.com/lulf/esp-hal.git", branch = "bt-hci-fix"}
0 commit comments