-
Notifications
You must be signed in to change notification settings - Fork 7.6k
lwip_connect_r:113 #180
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
Comments
Code is fine, error 113 is ECONNABORTED (Connection aborted). Try flushing the client or reading all available data. |
Thank you now it works fine, I have another problem: how can I declare an attachinterrupt of a sensor in pin 33? |
the same way as any other pin in Arduino :) attachInterrupt(33, method, direction); |
I had the same problem. After spending few days, a minute detail took my attention. I think I solved my problem in an interesting way: Whenever, I use tools "tools->Core Debug Level" other than "None" I had this Error: Changing "Core Debug Level" to "None" solved my problem. Can somebody explain why? |
This issue is still present.
I'm using a Adafruit Huzzah32 but should not be board related. Any ideas? At least if there's a workaround because at the moment Wifi connection is not usable at all for a project. Thx for help! |
up? same issue here |
Add ItsyBitsy RP2040 and FunHouse_NoOTA targets, fix repo_topics, include RevTFT S3 feather in debug builds
bt, esp-tflite-micro and openthread
hi, i have a problem with the wificlient, sometimes the serial port show me
[E][WiFiClient.cpp:74]
connect(): lwip_connect_r:113
I am doing with the example wificlient:
The text was updated successfully, but these errors were encountered: