Skip to content

Need help getting embassy wifi example to work #2344

Answered by bjoernQ
svena33 asked this question in Q&A
Discussion options

You must be logged in to vote

Ok getting from the generated template to working code needs some additional modifications to Cargo.toml

[package]
name = "wific6"
version = "0.1.0"
edition = "2021"

[dependencies]
esp-backtrace = { version = "0.14.1", features = [
    "esp32c6",
    "exception-handler",
    "panic-handler",
    "println",
]}

esp-hal = { version = "0.21.0", features = [
    "esp32c6",
] }
esp-println = { version = "0.12.0", features = ["esp32c6", "log"] }
log = { version = "0.4.21" }
esp-alloc = { version = "0.5.0" }
embedded-io = "0.6.1"
embedded-io-async = "0.6.1"
esp-wifi = { version = "0.10.1", default-features=false, features = [
    "esp32c6",
    "phy-enable-usb",
    "utils",
    "wifi",
    "es…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@svena33
Comment options

Comment options

You must be logged in to vote
2 replies
@yanshay
Comment options

@svena33
Comment options

Answer selected by svena33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants