wlan error
This commit is contained in:
parent
39f6f4b509
commit
8ba4bd1761
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
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
|
# Hardware connections
|
||||||
|
|
||||||
|
|
|
||||||
2
wlan.py
2
wlan.py
|
|
@ -22,4 +22,4 @@ def do_connect(ssid, password, tries=5):
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
import netconf
|
import netconf
|
||||||
doconnect(netconf.ssid, netconf.password)
|
do_connect(netconf.ssid, netconf.password)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue