scripts/examples: Update mqtt examples.

This commit is contained in:
iabdalkader 2024-01-03 10:57:09 +01:00
parent f5c48ffc7f
commit 0f6684a41c
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
# 3) Install the mosquitto client on PC and run the following command: # 3) Install the mosquitto client on PC and run the following command:
# mosquitto_sub -h test.mosquitto.org -t "openmv/test" -v # mosquitto_sub -h test.mosquitto.org -t "openmv/test" -v
# #
# NOTE: If the mosquitto broker is unreachable, try another broker (For example: broker.hivemq.com) # NOTE: If the mosquitto broker is unreachable, try another broker (For example: broker.hivemq.com or broker.emqx.io)
import time import time
import network import network

View File

@ -10,7 +10,7 @@
# 3) Install the mosquitto client on PC and run the following command: # 3) Install the mosquitto client on PC and run the following command:
# mosquitto_pub -t "openmv/test" -m "Hello World!" -h test.mosquitto.org -p 1883 # mosquitto_pub -t "openmv/test" -m "Hello World!" -h test.mosquitto.org -p 1883
# #
# NOTE: If the mosquitto broker is unreachable, try another broker (For example: broker.hivemq.com) # NOTE: If the mosquitto broker is unreachable, try another broker (For example: broker.hivemq.com or broker.emqx.io)
import time import time
import network import network