diff --git a/networkconfig.py b/networkconfig.py index a8aae76..45edc0c 100644 --- a/networkconfig.py +++ b/networkconfig.py @@ -68,12 +68,12 @@ def handle_root(client):

 


-
!!! your ssid and password information will save "passwd.dat" file inside of your esp module to use next time... be careful for security !!!
+
Your ssid and password information will be saved into the "passwd.dat" file in your ESP module for future usage. Be careful about security!

Some useful infos:

""" @@ -102,7 +102,7 @@ def handle_configure(client, request): response_footer = """


-

:) YES, Wi-Fi Configured to """ + ssid + """

+

ESP successfully connected to Wi-Fi network """ + ssid + """.



""" send_response(client, response_footer) try: