mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Fix typo in example.
This commit is contained in:
parent
46495ff8cf
commit
c57caf644a
@ -8,7 +8,7 @@
|
||||
#
|
||||
# NOTE: If the mosquitto broker is unreachable, try another broker (For example: broker.hivemq.com)
|
||||
import time, network
|
||||
from mqtt_update import MQTTClient
|
||||
from mqtt import MQTTClient
|
||||
|
||||
SSID='' # Network SSID
|
||||
KEY='' # Network key
|
||||
|
||||
Loading…
Reference in New Issue
Block a user