Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

H2 is failing due to hysteresis control mode #193

Closed
SergioGasquez opened this issue Mar 4, 2024 · 0 comments · Fixed by esp-rs/esp-idf-hal#387
Closed

H2 is failing due to hysteresis control mode #193

SergioGasquez opened this issue Mar 4, 2024 · 0 comments · Fixed by esp-rs/esp-idf-hal#387
Assignees

Comments

@SergioGasquez
Copy link
Member

The CI is failing with:

error[E0063]: missing field `hys_ctrl_mode` in initializer of `esp_idf_sys::gpio_config_t`
    --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/esp-idf-hal-0.43.1/src/gpio.rs:1442:15
     |
1442 |     let cfg = gpio_config_t {
     |               ^^^^^^^^^^^^^ missing `hys_ctrl_mode`

This would need to be solved in esp-idf-hal.
cc: @Vollbrecht @ivmarkov

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant