We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is ethernet supported or must I use the Wiznet Ethernet library? Using the the DhcpAdressPrinter sketch I get:
Ethernet shield was not found. Sorry, can't run without hardware. :(
With WizNet library installed it works, using the same setting
Ethernet.init(17);
I want to use MQTT over TLS and had some problems with the WizNet library when adding SSLClient
The text was updated successfully, but these errors were encountered:
Sorry, you'll need to use the WizNet library. It's not been ported into the libraries/lwip_XXX yet #775 (always happy to get a PR for it 😄).
libraries/lwip_XXX
Sorry, something went wrong.
No branches or pull requests
Is ethernet supported or must I use the Wiznet Ethernet library? Using the the DhcpAdressPrinter sketch I get:
Ethernet shield was not found. Sorry, can't run without hardware. :(
With WizNet library installed it works, using the same setting
Ethernet.init(17);
I want to use MQTT over TLS and had some problems with the WizNet library when adding SSLClient
The text was updated successfully, but these errors were encountered: