You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to use fixed dhcp addresses?
README.md says only by saving the DHCP table.
If you save your DHCP table (save dhcp) ESP comes up with lease time set to 100000 after reboot.
If a device connects, the lease time gets set to 120 = 2h. So after a day it unfortunately gets a new IP.
I plan to open a PR to make the lease time changeable ...
From ESP SDK documentation: bool wifi_softap_set_dhcps_lease_time(uint32 minute)
Set ESP8266 SoftAP DHCP server lease time, 120 minutes by default.
uint32 minute: lease time, uint: minute, range: [1, 2880].
Hi guys,
I have some dhcp related questions:
Thank you
The text was updated successfully, but these errors were encountered: