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

esp-idf v4 not supported #6

Closed
JoshuaRack opened this issue Nov 26, 2019 · 1 comment
Closed

esp-idf v4 not supported #6

JoshuaRack opened this issue Nov 26, 2019 · 1 comment

Comments

@JoshuaRack
Copy link

Sorry I didn't keep the logs, so this won't be very specific.
When building the smart light example against a relatively recent pull of the ESP-IDF master branch,
I got link errors complaining about lwip_recvfrom_r. It turns out newer versions of ESP-IDF use a newer version of lwip in which the sockets api has been changed and this has been removed.
Building with ESP_IDF release/v3.3 worked fine.
It would be useful to document the supported ESP-IDF version in the quickstart guide. And/or check which idf version is being used and modify the calls to support the the newer version.
Thanks,

@cpq
Copy link
Member

cpq commented Sep 3, 2020

mDash library is in sync with the esp32 Arduino core
That one is on IDF 3 at this moment, so mDash also is.

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

2 participants