mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-22 06:42:32 +00:00
net-esp-hosted: fix missing enabling defmt feature in heapless.
This commit is contained in:
parent
ea70b440cd
commit
17dde65ac2
@ -9,6 +9,10 @@ license = "MIT OR Apache-2.0"
|
|||||||
repository = "https://github.com/embassy-rs/embassy"
|
repository = "https://github.com/embassy-rs/embassy"
|
||||||
documentation = "https://docs.embassy.dev/embassy-net-esp-hosted"
|
documentation = "https://docs.embassy.dev/embassy-net-esp-hosted"
|
||||||
|
|
||||||
|
[features]
|
||||||
|
defmt = [ "dep:defmt", "heapless/defmt-03" ]
|
||||||
|
log = [ "dep:log" ]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
defmt = { version = "0.3", optional = true }
|
defmt = { version = "0.3", optional = true }
|
||||||
log = { version = "0.4.14", optional = true }
|
log = { version = "0.4.14", optional = true }
|
||||||
|
Loading…
Reference in New Issue
Block a user