Search found 3 matches

by borgias511
Tue Mar 05, 2019 11:09 pm
Forum: ESP32 Arduino
Topic: WEb access point : number max of client = 1 not possible ???
Replies: 2
Views: 6150

Re: WEb access point : number max of client = 1 not possible ???

Yes ! perfect ! realy Thanks.

i have one another problem
viewtopic.php?f=19&t=9513
May be you have an idea
by borgias511
Mon Mar 04, 2019 10:44 am
Forum: ESP32 Arduino
Topic: How to disconnect clients from the access point after 2 minutes
Replies: 0
Views: 3474

How to disconnect clients from the access point after 2 minutes

Hi (sorry for my english) I m beginner and I make a game where client connect to myaccess point. I want that after 2 min all client are disconnected and new client can connect i tried to reboot server with server.stop but it does not work !!! #include "SPIFFS.h" #include "WiFi.h" #include "ESPAsyncW...
by borgias511
Mon Mar 04, 2019 10:27 am
Forum: ESP32 Arduino
Topic: WEb access point : number max of client = 1 not possible ???
Replies: 2
Views: 6150

WEb access point : number max of client = 1 not possible ???

Hi, Sorry for my english. I play a game and I want only one client to be connected at the same time at my web point acess i put int max_connection =1; but I can connect 2 client anyway ... #include "SPIFFS.h" #include "WiFi.h" #include "ESPAsyncWebServer.h" #include <Adafruit_NeoPixel.h> #ifdef __AV...