Skip to content

Arduino v3.x support #52

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

Merged
merged 3 commits into from
Dec 25, 2024
Merged

Arduino v3.x support #52

merged 3 commits into from
Dec 25, 2024

Conversation

thorrak
Copy link
Contributor

@thorrak thorrak commented May 7, 2024

One of the changes coming with Arduino 3.x is that the lwip headers are no longer included by one of the upstream dependencies, resulting in there not being defines for things like IPADDR_NONE and IPADDR_LOOPBACK. This conditionally adds those defines.

An alternative implementation would be to do #include <ip4_addr.h> in LCBUrl.cpp where I have included the conditional defines.

thorrak added 3 commits May 7, 2024 07:40
This conditionally defines things like IPADDR_NONE which were previously included in an upstream dependency in Arduino v2.x, but now are missing. This allows for the use of the library in both the 2.x and 3.x versions of the Arduino framework for ESP32.
@lbussy lbussy merged commit 859a5a0 into lbussy:main Dec 25, 2024
4 checks passed
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

Successfully merging this pull request may close these issues.

2 participants