I want to connect only one client at a time with esp8266. Second client trying to connect should disconnect immediately.But I can't find 'max_connection' like parameter in
ap.configuration()
Allowed parameters are essid, password, channel, authmode Is there a way to achieve this ?