Compare commits
2 commits
fdfd1d27fc
...
13ab2ab2f4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
13ab2ab2f4 | ||
|
|
4628f1f76b |
2 changed files with 4 additions and 2 deletions
|
|
@ -84,3 +84,5 @@ type in micropython interactive :
|
|||
|
||||
|
||||
reboot
|
||||
|
||||
The 'screen' should show you debug prints
|
||||
|
|
|
|||
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