mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-29 21:30:39 +00:00
Use esp-wifi-sys from Git (#2426)
* Use esp-wifi-sys from Git * Update esp-wifi-sys rev
This commit is contained in:
parent
416c1481ae
commit
05a1ebead3
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user