diff --git a/src/gurgleapps_webserver.py b/src/gurgleapps_webserver.py index 51220fc..8391207 100644 --- a/src/gurgleapps_webserver.py +++ b/src/gurgleapps_webserver.py @@ -31,13 +31,8 @@ def __init__(self, wifi_ssid, wifi_password, port=80, timeout=20, doc_root="/www self.doc_root = doc_root self.function_routes = [] self.log_level = log_level - # wifi client in station mode so we can connect to an access point self.wlan_sta = network.WLAN(network.STA_IF) self.wlan_ap = network.WLAN(network.AP_IF) - # activate the interface - #self.wlan.active(True) - # connect to the access point with the ssid and password - #self.wlan.connect(self.wifi_ssid, self.wifi_password) self.html = """