Compare commits
No commits in common. "13ab2ab2f4444e668d6fddd7a8c077a7046ce2f6" and "fdfd1d27fcdc2ddb90e3466ffb231f57891f7161" have entirely different histories.
13ab2ab2f4
...
fdfd1d27fc
@ -84,5 +84,3 @@ type in micropython interactive :
|
|||||||
|
|
||||||
|
|
||||||
reboot
|
reboot
|
||||||
|
|
||||||
The 'screen' should show you debug prints
|
|
||||||
|
2
main.py
2
main.py
@ -3,6 +3,6 @@ import netconf
|
|||||||
|
|
||||||
ip = do_connect(netconf.ssid, netconf.password)
|
ip = do_connect(netconf.ssid, netconf.password)
|
||||||
print(ip)
|
print(ip)
|
||||||
|
# netconf ('192.168.2.140', '255.255.255.0', '192.168.2.254', '1.1.1.1')
|
||||||
from maxserver import main
|
from maxserver import main
|
||||||
main(ip)
|
main(ip)
|
||||||
|
Loading…
Reference in New Issue
Block a user