diff --git a/scripts/examples/09-WiFi/mqtt_pub.py b/scripts/examples/09-WiFi/mqtt_pub.py index e400e4294..677badb37 100644 --- a/scripts/examples/09-WiFi/mqtt_pub.py +++ b/scripts/examples/09-WiFi/mqtt_pub.py @@ -10,7 +10,7 @@ # 3) Install the mosquitto client on PC and run the following command: # 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 network diff --git a/scripts/examples/09-WiFi/mqtt_sub.py b/scripts/examples/09-WiFi/mqtt_sub.py index 861666634..552bde2e5 100644 --- a/scripts/examples/09-WiFi/mqtt_sub.py +++ b/scripts/examples/09-WiFi/mqtt_sub.py @@ -10,7 +10,7 @@ # 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 # -# 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 network