Trying to run embassy_hello_world example (stand-alone): missing 'main' in 'esp_hal_embassy' #1983
-
Hi, I can run the embassy_hello_world example without problems. Now, I want to copy the code into my own project to use it as a starting point. [dependencies]
embassy-executor = { version = "0.6.0", features = ["task-arena-size-40960"] }
embassy-futures = "0.1.1"
embassy-net = { version = "0.4.0", features = [ "tcp", "udp", "dhcpv4", "medium-ethernet"] }
embassy-sync = "0.6.0"
embassy-time = "0.3.1"
esp-backtrace = { version = "0.13.0", features = [
"esp32s3",
"exception-handler",
"panic-handler",
"println",
] }
esp-hal = { version = "0.19.0", features = [ "esp32s3" ] }
esp-hal-embassy = { version = "0.2.0", features = ["esp32s3"] }
esp-println = { version = "0.10.0", features = ["esp32s3", "log"] }
log = { version = "0.4.21" } One error remains: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Please take a look at #1890 for a bit more information on this issue. |
Beta Was this translation helpful? Give feedback.
Please take a look at #1890 for a bit more information on this issue.