From 491ad25172b5d81e45cac6268844e888bc3bb452 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Mon, 11 Dec 2017 19:52:14 +0100 Subject: [PATCH] fixed web UI text (grammar, typos) --- networkconfig.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: