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

Fixes for arduino esp32 v3.0.0 #160

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mazgch
Copy link
Contributor

@mazgch mazgch commented Jun 7, 2024

@gilmaimon more FYI: this fixes a waning about a deprecated function that appears when all warnings are enabled in the Arduino IDE and using arduino_esp32 >=v3.0.0. I made it dependent on the version of Arduino_esp32 to avoid side effects for users using an older versions of it.

This is more a nice to have as the old code still compiles, however with that deprecation warning appearing.

mazgch added 2 commits June 4, 2024 10:27
server::available was renamed to ::accept and declared deprecated.
- avoids a warning about deprecated available function (use accept)
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.

1 participant