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

Compilation error: "was not declared in this scope;" #31

Open
axlFThn opened this issue May 31, 2024 · 4 comments
Open

Compilation error: "was not declared in this scope;" #31

axlFThn opened this issue May 31, 2024 · 4 comments

Comments

@axlFThn
Copy link

axlFThn commented May 31, 2024

When compiling this project for an Adafruit ESP32 feather board, I get hundreds of was "not declared in this scope;" errors.

@BojanJurca
Copy link
Owner

Thank you for letting me know.

Unfortunately I'm away now and will try to reproduce the error as soon as I come back.

@BojanJurca
Copy link
Owner

Compile-time errors are caused by migration from IDF 4.4 to 5.0. I'm currently working on this but can't really predict when it will be completed.

@BojanJurca
Copy link
Owner

I have just uploaded updated files that work with IDF 5.x. I think this will resolve your problem.

@paramoshkinandrew
Copy link

I got similar error with esp_netif_next_unsafe in netwk.h. Renaming esp_netif_next_unsafe to esp_netif_next did the trick and sketch compiled. @axlFThn that could be the one you get too :)

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

No branches or pull requests

3 participants