kopia lustrzana https://github.com/tayfunulu/WiFiManager
Update wifimgr.py
A change was made to the Raspberry Pico and it was tested.master
rodzic
552bfecd45
commit
68f6832f10
|
@ -266,7 +266,7 @@ def start(port=80):
|
|||
wlan_sta.active(True)
|
||||
wlan_ap.active(True)
|
||||
|
||||
wlan_ap.config(essid=ap_ssid, password=ap_password, authmode=ap_authmode)
|
||||
wlan_ap.config(essid=ap_ssid, password=ap_password)
|
||||
|
||||
server_socket = socket.socket()
|
||||
server_socket.bind(addr)
|
||||
|
|
Ładowanie…
Reference in New Issue