Skip to content

Commit f18711c

Browse files
committed
fix: fix ci error when building esp32 example
Signed-off-by: Haobo Gu <[email protected]>
1 parent 739a289 commit f18711c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/esp32/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ required-features = ["security"]
5656
name = "ble_bas_peripheral_sec"
5757
required-features = ["security"]
5858

59+
[[bin]]
60+
name = "ble_bas_peripheral_bonding"
61+
required-features = ["security"]
62+
5963
[patch.crates-io]
6064
esp-radio = {git = "https://github.com/lulf/esp-hal.git", branch = "bt-hci-fix"}
6165
esp-preempt = {git = "https://github.com/lulf/esp-hal.git", branch = "bt-hci-fix"}

0 commit comments

Comments
 (0)