Compare commits
No commits in common. "13ab2ab2f4444e668d6fddd7a8c077a7046ce2f6" and "fdfd1d27fcdc2ddb90e3466ffb231f57891f7161" have entirely different histories.
13ab2ab2f4
...
fdfd1d27fc
2 changed files with 2 additions and 4 deletions
|
|
@ -83,6 +83,4 @@ type in micropython interactive :
|
|||
# reboot with onboard reset button
|
||||
|
||||
|
||||
reboot
|
||||
|
||||
The 'screen' should show you debug prints
|
||||
reboot
|
||||
2
main.py
2
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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue