Skip to content

Commit ae8cf21

Browse files
committed
fix(examples): Use another public broker for MQTT example
1 parent c340f85 commit ae8cf21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/mqtt/main/Kconfig.projbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ menu "Example Configuration"
22

33
config BROKER_URL
44
string "Broker URL"
5-
default "mqtt://mqtt.eclipseprojects.io"
5+
default "mqtt://test.mosquitto.org"
66
help
77
URL of the broker to connect to
88

0 commit comments

Comments
 (0)