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

http-server example is not working with more recent ESP_IDF #268

Closed
dmk978 opened this issue Dec 28, 2024 · 1 comment
Closed

http-server example is not working with more recent ESP_IDF #268

dmk978 opened this issue Dec 28, 2024 · 1 comment

Comments

@dmk978
Copy link

dmk978 commented Dec 28, 2024

just replace ESP_IDF_VERSION with { value = "tag:v5.3.2" }

and example will always fail on:
let mut server = EspHttpServer::new(&Configuration::default())?;

@SergioGasquez
Copy link
Member

I guess that is expected, the API may have changed between ESP-IDF versions. I would checking the API changes and try to adjust the code, in the future, we may want to update all the examples to a more recent ESP-IDF version, but thats not yet scheduled.

Feel free to ask for some hints at the matrix channel

@github-project-automation github-project-automation bot moved this from Todo to Done in esp-rs Dec 30, 2024
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

No branches or pull requests

2 participants