Open edmund-huber opened 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.
max connection unexpected aid
libnet80211.a
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.
ap.max.conn
nvs.net80211
4
Having this problem as well. Has this been solved?
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 oflibnet80211.a
.