Skip to content

Commit 07da392

Browse files
committed
ble seems to work?
1 parent 32021ed commit 07da392

File tree

4 files changed

+348
-6
lines changed

4 files changed

+348
-6
lines changed

Cargo.lock

Lines changed: 213 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ esp-hal-embassy = { version = "0.5.0", features = ["esp32c3", "defmt", "inte
2525
esp-println = { version = "0.11.0", features = ["esp32c3", "defmt-espflash"] }
2626
defmt = "0.3.6"
2727

28+
# BLE stuff
29+
esp-wifi = { version = "0.11.0", features = ["esp32c3", "ble"] }
30+
esp-alloc = "0.5.0"
31+
bleps = { git = "https://github.com/bjoernQ/bleps", package = "bleps", features = [ "macros", "async"] }
32+
2833
nmea0183 = "0.4.0"
2934
micromath = "2.1.0"
3035
lora-phy = "3.0.1"

0 commit comments

Comments
 (0)