wlan error

This commit is contained in:
Sam 2020-11-15 19:37:26 +01:00
parent 39f6f4b509
commit 8ba4bd1761
2 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,7 @@ OSC port : 9001 (change OSCport in maxserver.py)
Obviously change /dev/cu.usbserial-1D1310 with your serial port like /dev/tty.USB0
Heavy use of https://github.com/mcauser/micropython-max7219
# Hardware connections

View File

@ -22,4 +22,4 @@ def do_connect(ssid, password, tries=5):
if __name__ == '__main__':
import netconf
doconnect(netconf.ssid, netconf.password)
do_connect(netconf.ssid, netconf.password)