You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to connect to my network, but I can't send anything using internet.
I'm using a socket connection, but everytime I call it, I get an error...
The code is the same as the repository, except for the socket connection...
Does anybody had any problems like this?
The text was updated successfully, but these errors were encountered:
I have same problem, using wifi client to do simple request to server. Connection is working until first data is received in callback, then client is unable to connect:
1 Init wifi
Request OK
2 Init ESPNOW
Request OK
3 Got ESPNOW data
Request failed
I was able to connect to my network, but I can't send anything using internet.
I'm using a socket connection, but everytime I call it, I get an error...
The code is the same as the repository, except for the socket connection...
Does anybody had any problems like this?
The text was updated successfully, but these errors were encountered: