-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
No need to display static IP fields on WIFI connection page -Help #1771
Comments
Thats the default, there is a showipfields setting |
wifiManager.setShowStaticFields(false); Should this be false? |
Bump |
Are you doing something with static ip in your code that would cause them to show? Cause then yes, what do the examples do? |
My code calls for a static IP to be set could this be why ? |
Yeah if you use static in code it automatically shows in web. you can add that setShowStaticFields(boolean alwaysShow); as falss |
Hello, I am trying to hide as many fields and options as I can for the end user. When the user clicks and enters their wifi credentials, I don't want the other IP address fields underneath to display.
Any way to hide them?
The text was updated successfully, but these errors were encountered: