mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #135] setting up a static IP for the normal usage (when not in STA mode) #104
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#104
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 @Jobenas on GitHub (Mar 24, 2016).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/135
Hi tzapu!
First of all, congratulations on the library is really awesome and a life saver! It actually motivated me to take up esp projects again. I wanted to know if there's a way to tell the Wifimanager to try to connect to a network with a given static ip? I've been reading the documentation but I can't seem to figure how to do that in particular. Thanks for any help on that regard.
Jorge.
@tzapu commented on GitHub (Mar 24, 2016):
hi,
this is what you need
https://github.com/tzapu/WiFiManager#custom-station-client-static-ip-configuration
cheers and thank you very much :D
@Jobenas commented on GitHub (Mar 24, 2016):
From what I read that gives the STA, the station portal, a static IP. Am I understanding correctly that this wouldn't affect the application once it connects to a network? Thanks again!
@tzapu commented on GitHub (Mar 24, 2016):
hi
STA = station (client)
AP = access point (configuration mode)
so using that it would set the IP after it connects to the network
cheers
@Jobenas commented on GitHub (Mar 25, 2016):
Thank you very much! didn't get that definition