diff --git a/Readme.MD b/Readme.MD index 2dd9a23..4ef9a25 100644 --- a/Readme.MD +++ b/Readme.MD @@ -83,6 +83,4 @@ type in micropython interactive : # reboot with onboard reset button -reboot - -The 'screen' should show you debug prints +reboot \ No newline at end of file diff --git a/main.py b/main.py index 48703e3..7e874f0 100755 --- a/main.py +++ b/main.py @@ -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)