Skip to content

Commit cb0ec04

Browse files
committed
esp-wifi release and tt21100-async release
1 parent 2c32419 commit cb0ec04

File tree

2 files changed

+32
-38
lines changed

2 files changed

+32
-38
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
77

88
[dependencies]
99
hal = { package = "esp32s3-hal", version = "0.13.0", features = ["embassy", "async", "embassy-time-timg0", "rt", "embassy-executor-thread"] }
10-
esp-wifi = { git = "https://github.com/esp-rs/esp-wifi", features = ["esp32s3", "async", "embassy-net", "wifi", "ipv6", "phy-enable-usb"] }
10+
esp-wifi = { version = "0.1.1", features = ["esp32s3", "async", "embassy-net", "wifi", "ipv6", "phy-enable-usb"] }
1111
nb = "1.0.0"
1212
heapless = "0.8.0"
1313
esp-backtrace = { version = "0.9.0", features = ["esp32s3", "panic-handler", "exception-handler", "print-uart"] }
@@ -37,7 +37,7 @@ embedded-graphics = "0.8.1"
3737
mipidsi = "0.7.1"
3838
esp_box_ui = {git = "https://github.com/sambenko/esp-box-ui.git", branch = "main" }
3939

40-
tt21100-async = {git = "https://github.com/jessebraham/tt21100.git", branch = "feature/async" }
40+
tt21100-async = "0.1.0"
4141
critical-section = "1.1.2"
4242

4343
toml-cfg = "0.1.3"

0 commit comments

Comments
 (0)