Compare commits

...

2 Commits

Author SHA1 Message Date
Sam 13ab2ab2f4 better doc 2020-11-15 19:05:40 +01:00
Sam 4628f1f76b better main 2020-11-15 19:04:07 +01:00
2 changed files with 4 additions and 2 deletions

View File

@ -83,4 +83,6 @@ type in micropython interactive :
# reboot with onboard reset button
reboot
reboot
The 'screen' should show you debug prints

View File

@ -3,6 +3,6 @@ import netconf
ip = do_connect(netconf.ssid, netconf.password)
print(ip)
# netconf ('192.168.2.140', '255.255.255.0', '192.168.2.254', '1.1.1.1')
from maxserver import main
main(ip)