Compare commits

..

No commits in common. "13ab2ab2f4444e668d6fddd7a8c077a7046ce2f6" and "fdfd1d27fcdc2ddb90e3466ffb231f57891f7161" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View File

@ -83,6 +83,4 @@ type in micropython interactive :
# reboot with onboard reset button # 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) 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)