Merge pull request #843 from david-cermak/fix/example_mqtt

[examples]: Use another public broker for MQTT example
This commit is contained in:
Euripedes
2025-07-15 08:44:34 +02:00
committed by GitHub

View File

@ -2,7 +2,7 @@ menu "Example Configuration"
config BROKER_URL
string "Broker URL"
default "mqtt://mqtt.eclipseprojects.io"
default "mqtt://test.mosquitto.org"
help
URL of the broker to connect to