Change var naming style to match code

pull/11/head
TilCreator 2018-05-30 13:24:06 +02:00
rodzic f83297809b
commit 35727e21d9
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -6,7 +6,7 @@ import time
ap_ssid = "WifiManager" ap_ssid = "WifiManager"
ap_password = "tayfunulu" ap_password = "tayfunulu"
ap_authmode = 3 # WPA2 ap_authmode = 3 # WPA2
linkToNextWebinterface = True link_to_next_webui = True
NETWORK_PROFILES = 'wifi.dat' NETWORK_PROFILES = 'wifi.dat'
@ -204,7 +204,7 @@ def handle_configure(client, request):
ESP successfully connected to WiFi network %(ssid)s. ESP successfully connected to WiFi network %(ssid)s.
</span> </span>
</h1>""" % dict(ssid=ssid) </h1>""" % dict(ssid=ssid)
if linkToNextWebinterface: if link_to_next_webui:
response += """\ response += """\
<p style="text-align: center;"> <p style="text-align: center;">
<a href="http://%(ip)/">To new Interface</a><br> <a href="http://%(ip)/">To new Interface</a><br>