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
Hello This stack do timeout over lan. To fix it, need to:
replace in SocketIOClient.cpp: analogRead(0) to: analogRead('A0')
analogRead(0)
analogRead('A0')
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for that. can you link which LAN module you used on the ESP32? Never tried it yet.
Sorry, something went wrong.
Hi, We develope our pcb with lan8720 and esp32 chip. But now we use nodemcu-32 and lan8720, like in this article: https://sautter.com/blog/ethernet-on-esp32-using-lan8720/
No branches or pull requests
Hello
This stack do timeout over lan.
To fix it, need to:
replace in SocketIOClient.cpp:
analogRead(0)
to:
analogRead('A0')
The text was updated successfully, but these errors were encountered: