espressif / esp32-wifi-lib

ESP32 WiFi stack precompiled libraries
Apache License 2.0
167 stars 71 forks source link

`max connection: unexpected aid` #7

Open edmund-huber opened 7 years ago

edmund-huber commented 7 years ago

When I connect two devices to the esp32's soft AP, I get the message max connection unexpected aid and the connection fails. It looks like that message is coming out of libnet80211.a.

edmund-huber commented 7 years ago

I noticed that in flash, there's an ap.max.conn key under nvs.net80211. For what it's worth, that seems to be set (correctly?) at 4.

0xAl3xH commented 7 years ago

Having this problem as well. Has this been solved?