diff --git a/wifimgr.py b/wifimgr.py
index 387866c..aa1b3fc 100644
--- a/wifimgr.py
+++ b/wifimgr.py
@@ -7,6 +7,10 @@
ap_password = "tayfunulu"
ap_authmode = 3 # WPA2
+# If `link_to_next_webui` is set to `True` on the successfully connected page there is a link to the IP of the ESP in the newly connected WiFi.
+# This is useful if the ESP shows an other web interface after the WiFiManager, because the user can just click the link and doesn't have to search the new IP of the ESP.
+link_to_next_webui = True
+
NETWORK_PROFILES = 'wifi.dat'
wlan_ap = network.WLAN(network.AP_IF)
@@ -200,13 +204,21 @@ def handle_configure(client, request):
+ To new Interface
+ (You must be connected to the set network to follow this Link)
+