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 want to use the test server as AP instead of station. I changed to line
in main.c
lws_esp32_wlan_start_station() to lws_esp32_wlan_start_ap()
1- only one client can connect. Is this true? or only my experience. Can i change the number?
2- i get spontaneous stack overflow and can not backtrace it, because my compiler is in cloud computer. Is there any other way?
The text was updated successfully, but these errors were encountered:
hi,
i want to use the test server as AP instead of station. I changed to line
in main.c
lws_esp32_wlan_start_station() to lws_esp32_wlan_start_ap()
1- only one client can connect. Is this true? or only my experience. Can i change the number?
2- i get spontaneous stack overflow and can not backtrace it, because my compiler is in cloud computer. Is there any other way?
The text was updated successfully, but these errors were encountered: