better main

This commit is contained in:
Sam 2020-11-15 19:04:07 +01:00
parent fdfd1d27fc
commit 4628f1f76b
2 changed files with 2 additions and 2 deletions

View File

@ -83,4 +83,4 @@ type in micropython interactive :
# reboot with onboard reset button
reboot
reboot

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)