Use esp-wifi-sys from Git (#2426)

* Use esp-wifi-sys from Git

* Update esp-wifi-sys rev
This commit is contained in:
Björn Quentin 2024-10-30 17:38:16 +01:00 committed by GitHub
parent 416c1481ae
commit 05a1ebead3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ byte = "0.2.7"
critical-section = "1.1.3"
document-features = "0.2.10"
esp-hal = { version = "0.21.0", path = "../esp-hal" }
esp-wifi-sys = { version = "0.6.0" }
esp-wifi-sys = { version = "0.6.0", git = "https://github.com/esp-rs/esp-wifi-sys.git", rev = "a3e2ed64e9095f120bbcebe6287ddf62760774db" }
heapless = "0.8.0"
ieee802154 = "0.6.1"
cfg-if = "1.0.0"

View File

@ -32,7 +32,7 @@ heapless = { version = "0.8.0", default-features = false, features = [
] }
num-derive = { version = "0.4.2" }
num-traits = { version = "0.2.19", default-features = false }
esp-wifi-sys = { version = "0.6.0" }
esp-wifi-sys = { version = "0.6.0", git = "https://github.com/esp-rs/esp-wifi-sys.git", rev = "a3e2ed64e9095f120bbcebe6287ddf62760774db"}
embassy-sync = { version = "0.6.0", optional = true }
embassy-net-driver = { version = "0.2.0", optional = true }
libm = "0.2.8"