Remove ssid/key from example script.

This commit is contained in:
iabdalkader 2018-11-04 02:40:30 +02:00
parent f6c5c8ebfe
commit e230837f47

View File

@ -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)...")