Compare commits
2 Commits
fdfd1d27fc
...
13ab2ab2f4
Author | SHA1 | Date | |
---|---|---|---|
|
13ab2ab2f4 | ||
|
4628f1f76b |
@ -84,3 +84,5 @@ 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