yes,softap_config.max_connection is limited ,max to be 4. Because RAM is limited.
DHCP range can be set by wifi_softap_set_dhcps_lease
Athena wrote:Hi,
yes,softap_config.max_connection is limited ,max to be 4. Because RAM is limited.
DHCP range can be set by wifi_softap_set_dhcps_lease
Thanks for the reply. I hadn't thought to look at the declaration of soft_config for any comments. I suppose I'm just asking too much for a device with 80K RAM.
As for DHCP, I am using wifi_softap_set_dhcps_lease(), and it will only allow a range of 101 addresses between start_ip and end_ip (e.g., 192.168.1.1 to 192.168.1.101 succeeds, while 192.168.1.1 to 192.168.1.102 fails). I was really asking if that range limitation can be overcome, but it looks like that's moot, considering we can only host a max of 4 clients at a time.