tzapu/WiFiManager

How to save and restore Ip adress from webportal ?

davidmarli opened this issue · 0 comments

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.