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

Fix Client class definition #91

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

Conversation

latchdevel
Copy link

Hi.

I have made some minor corrections to the definition of the Client class.

The virtual int read(uint8_t *buf, size_t size) method cannot be overridden because it does not exist in the Stream class.

The Client class does not require an ESP core, as it is an abstract class that is part of the Arduino API. For example, it is possible to use it on AVR with the Ethernet library.

I have left the dependency on EPOXY_CORE_ESP8266 because in the IPAddress class it is indicated that way for the rawIPAddress(IPAddress& addr) constant method, but I have corrected the syntax error that prevented compilation.

I hope this helps.
Regards.

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