[GH-ISSUE #634] Variable configuration from Wifi Manager (SSID, Password, IP, GW, Subnet, dns, etc) #530

Closed
opened 2026-02-28 01:25:43 +03:00 by kerem · 5 comments
Owner

Originally created by @adamrabbani on GitHub (Jun 28, 2018).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/634

Hello @tablatronix

i want know what variable i will use..
if ESP disconnected from wifi, i want call Wifi.begin with SSID and Password in the "loop()" from
Variable Configuration in WifiManager.. and other variable like (IP, GW, Subnet, dns, etc)

Thanks

Originally created by @adamrabbani on GitHub (Jun 28, 2018). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/634 Hello @tablatronix i want know what variable i will use.. if ESP disconnected from wifi, i want call Wifi.begin with SSID and Password in the **"loop()"** from **Variable Configuration in WifiManager.**. and other variable like (IP, GW, Subnet, dns, etc) Thanks
kerem closed this issue 2026-02-28 01:25:44 +03:00
Author
Owner

@tablatronix commented on GitHub (Jun 28, 2018):

You just call begin this is esp8266 related not wifimanager

<!-- gh-comment-id:401013227 --> @tablatronix commented on GitHub (Jun 28, 2018): You just call begin this is esp8266 related not wifimanager
Author
Owner

@adamrabbani commented on GitHub (Jun 28, 2018):

@tablatronix
just call WiFi.begin()? without variable?
because if ESP accidentally disconnect from WiFi, i want using setting configuration from wifimanager..
i dont want reset the ESP and configuration again...
Thanks

<!-- gh-comment-id:401036892 --> @adamrabbani commented on GitHub (Jun 28, 2018): @tablatronix just call WiFi.begin()? without variable? because if ESP accidentally disconnect from WiFi, i want using setting configuration from wifimanager.. i dont want reset the ESP and configuration again... Thanks
Author
Owner

@tablatronix commented on GitHub (Jun 28, 2018):

They are one in the same

<!-- gh-comment-id:401037108 --> @tablatronix commented on GitHub (Jun 28, 2018): They are one in the same
Author
Owner

@tablatronix commented on GitHub (Jun 28, 2018):

Esp automatically reconnects to wifi on its own, also. But you might still want to do your own control loop just in case, but I am pretty sure autoconnect works fairly well

<!-- gh-comment-id:401037426 --> @tablatronix commented on GitHub (Jun 28, 2018): Esp automatically reconnects to wifi on its own, also. But you might still want to do your own control loop just in case, but I am pretty sure autoconnect works fairly well
Author
Owner

@adamrabbani commented on GitHub (Jun 28, 2018):

@tablatronix
Oh I See...Thank you for clarifying that.

<!-- gh-comment-id:401040471 --> @adamrabbani commented on GitHub (Jun 28, 2018): @tablatronix Oh I See...Thank you for clarifying that.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#530
No description provided.