Connect to wifi sta by server request #156
Unanswered
mendo10jm
asked this question in
Course Qeustions
Replies: 1 comment
-
Maybe try to print out the SSID and password when just before |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have this code as is set in the tutorial to send the ssid and password by post request and disconnect the esp32 as AP and connect as STA ->
But I am getting always this log ->
as you can see is failing to connect, but the thing is that if I call the function wifi_connect_sta() directly it work, it only fail if i call it from this functions that handle the request. So is not wifi problem, maybe is because of the xTaskCreate or something.
Beta Was this translation helpful? Give feedback.
All reactions