mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Remove ssid/key from example script.
This commit is contained in:
parent
f6c5c8ebfe
commit
e230837f47
@ -8,8 +8,8 @@
|
||||
import time, network
|
||||
from mqtt import MQTTClient
|
||||
|
||||
SSID='mux' # Network SSID
|
||||
KEY='j806fVnT7tObdCYE' # Network key
|
||||
SSID='' # Network SSID
|
||||
KEY='' # Network key
|
||||
|
||||
# Init wlan module and connect to network
|
||||
print("Trying to connect... (may take a while)...")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user