Initial commit

This commit is contained in:
2020-08-25 20:25:20 +03:00
commit 799de0c306
6 changed files with 102 additions and 0 deletions

5
netstop.py Normal file
View File

@@ -0,0 +1,5 @@
import network
n=network.WLAN(network.STA_IF)
n.active(False)