warmcat / lws-esp32-test-server-demos

Libwebsockets test demos running on ESP32 OTA APP
Other
33 stars 10 forks source link

test server as ap #15

Open nodi-andy opened 5 years ago

nodi-andy commented 5 years ago

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?