fix(modem): Use another public broker for examples and tests

since mqtt.eclipseprojects.io is no longer available
This commit is contained in:
David Cermak
2025-07-07 10:18:30 +02:00
parent ed0f633418
commit fac2edbe59
2 changed files with 2 additions and 2 deletions
@@ -185,7 +185,7 @@ menu "Example Configuration"
config EXAMPLE_MQTT_BROKER_URI
string "MQTT Broker URL"
default "mqtt://mqtt.eclipseprojects.io"
default "mqtt://test.mosquitto.org"
help
URL of the mqtt broker which this example connects to.