You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unlike esp-hal, something like cargo xtask run-example esp-hal-smartled esp32 hello_rgb does not work, and if it did, it isn't documented here.
attempts to cargo run --example hello_rgb --features esp32 were unsuccessful, even adding toolchain.toml to use esp toolchain, and I tried putting these in /cargo/config.toml:
Unlike
esp-hal
, something likecargo xtask run-example esp-hal-smartled esp32 hello_rgb
does not work, and if it did, it isn't documented here.attempts to
cargo run --example hello_rgb --features esp32
were unsuccessful, even addingtoolchain.toml
to use esp toolchain, and I tried putting these in/cargo/config.toml
:still no luck. I'm sure it's something simple that I'm missing, but I don't know what.
The text was updated successfully, but these errors were encountered: