rust-esp32-c3-demos
rust-esp32-c3-demos copied to clipboard
Hey Andy, I one of your videos I saw you were able to get a quick fzf type finder for last commands Any tips please? Also how did you get...
@andy31415 Hello, try to compile your code but got this error: error[E0432]: unresolved import `esp_idf_hal::gpio::Unknown` ``` error[E0432]: unresolved import `esp_idf_hal::gpio::Unknown` --> src/main.rs:4:39 | 4 | use esp_idf_hal::gpio::{Gpio4, Gpio5, Unknown}; |...
Hi, I'm trying to compile the example here, but running `cargo build` results in a build failure with an error message `failed to run custom build command for esp-idf-sys v0.30.6`....