* Hi all! I was trying to compile the template project for an esp32c6. I am getting an error when it tries to compile one of the dependencies (`esp-idf-svc`). I have installed esp-idf and the cli tools and then: ```sh cargo generate esp-rs/esp-idf-template cargo ``` The error is: ``` error[E0425]: cannot find value `g_wifi_feature_caps` in this scope --> /Users/jorge.ortiz-fuentes/.cargo/registry/src/index.crates.io-6f17d22bba15001f/esp-idf-svc-0.47.3/src/wifi.rs:498:36 | 498 | feature_caps: unsafe { g_wifi_feature_caps }, | ^^^^^^^^^^^^^^^^^^^ not found in this scope For more information about this error, try `rustc --explain E0425`. error: could not compile `esp-idf-svc` (lib) due to 1 previous error ```