I need to be able to connect more than 10 stations to an ESP32 in SoftAP mode.
The problem is that changing the
Code: Select all
#define ESP_WIFI_MAX_CONN_NUM (10)
So I guess there's something that should be changed in the libnet80211 code...
Any thoughts or ideas ?
Thanks.