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
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.
just replace ESP_IDF_VERSION with { value = "tag:v5.3.2" }
and example will always fail on:
let mut server = EspHttpServer::new(&Configuration::default())?;
The text was updated successfully, but these errors were encountered: