Initial commit
This commit is contained in:
5
netstop.py
Normal file
5
netstop.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import network
|
||||
|
||||
n=network.WLAN(network.STA_IF)
|
||||
|
||||
n.active(False)
|
||||
Reference in New Issue
Block a user