Skip to content

Commit efc0708

Browse files
committed
toml-cfg added + deps update
1 parent 1a25352 commit efc0708

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 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", "big-heap"] }
10+
esp-wifi = { git = "https://github.com/esp-rs/esp-wifi", 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"] }
@@ -38,4 +38,6 @@ mipidsi = "0.7.1"
3838
esp_box_ui = {git = "https://github.com/sambenko/esp-box-ui.git", branch = "main" }
3939

4040
tt21100-async = {git = "https://github.com/jessebraham/tt21100.git", branch = "feature/async" }
41-
critical-section = "1.1.2"
41+
critical-section = "1.1.2"
42+
43+
toml-cfg = "0.1.3"

0 commit comments

Comments
 (0)