tzapu / WiFiManager

ESP8266 WiFi Connection manager with web captive portal
http://tzapu.com/esp8266-wifi-connection-manager-library-arduino-ide/
MIT License
6.55k stars 1.97k forks source link

How to save and restore Ip adress from webportal ? #1726

Open davidmarli opened 6 months ago

davidmarli commented 6 months ago

Hi,

I would like user to choose ipadress, netmask and gateway. So I put :

wm.setShowStaticFields(true);

In webportal, it displays the 3 fields.

But, now, I don't understand how to load these settings in the setup process.

Thank you for your help.