Browse Source

give to response

pull/33/merge
Tayfun ULU 3 years ago committed by GitHub
parent
commit
8e28327daf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      wifimgr.py

1
wifimgr.py

@ -212,6 +212,7 @@ def handle_configure(client, request): @@ -212,6 +212,7 @@ def handle_configure(client, request):
</html>
""" % dict(ssid=ssid)
send_response(client, response)
time.sleep(1)
wlan_ap.active(False)
try:
profiles = read_profiles()

Loading…
Cancel
Save