From 8ba4bd17618227d18861ceb9cc13bd343045be12 Mon Sep 17 00:00:00 2001 From: Sam Date: Sun, 15 Nov 2020 19:37:26 +0100 Subject: [PATCH] wlan error --- Readme.MD | 1 + wlan.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Readme.MD b/Readme.MD index a0afe2e..424b8d5 100644 --- a/Readme.MD +++ b/Readme.MD @@ -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 diff --git a/wlan.py b/wlan.py index 813cb81..6394984 100755 --- a/wlan.py +++ b/wlan.py @@ -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)