0

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 ?

Yugandhar Chaudhari
  • 3,831
  • 3
  • 24
  • 40

1 Answers1

0

You can use wifi_softap_set_config() with config.max_connections.

From reference