mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1771] No need to display static IP fields on WIFI connection page -Help #1496
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#1496
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gpena208777 on GitHub (Oct 26, 2024).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1771
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?
@tablatronix commented on GitHub (Oct 26, 2024):
Thats the default, there is a showipfields setting
@gpena208777 commented on GitHub (Oct 26, 2024):
wifiManager.setShowStaticFields(false);
Should this be false?
@gpena208777 commented on GitHub (Oct 30, 2024):
Bump
@tablatronix commented on GitHub (Oct 31, 2024):
Are you doing something with static ip in your code that would cause them to show? Cause then yes, what do the examples do?
@gpena208777 commented on GitHub (Nov 3, 2024):
My code calls for a static IP to be set could this be why ?
@tablatronix commented on GitHub (Nov 3, 2024):
Yeah if you use static in code it automatically shows in web.
you can add that setShowStaticFields(boolean alwaysShow); as falss