Skip to content

Commit fac2edb

Browse files
committed
fix(modem): Use another public broker for examples and tests
since mqtt.eclipseprojects.io is no longer available
1 parent ed0f633 commit fac2edb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/esp_modem/examples/pppos_client/main/Kconfig.projbuild

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

186186
config EXAMPLE_MQTT_BROKER_URI
187187
string "MQTT Broker URL"
188-
default "mqtt://mqtt.eclipseprojects.io"
188+
default "mqtt://test.mosquitto.org"
189189
help
190190
URL of the mqtt broker which this example connects to.
191191

components/esp_modem/examples/simple_cmux_client/sdkconfig.ci.sim800_cmux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ CONFIG_COMPILER_CXX_EXCEPTIONS=y
1616
CONFIG_ESP_MAIN_TASK_STACK_SIZE=8192
1717
CONFIG_EXAMPLE_CLOSE_CMUX_AT_END=y
1818
CONFIG_EXAMPLE_MQTT_TEST_TOPIC="/ci/esp-modem/pppos-client"
19-
CONFIG_BROKER_URI="mqtt://mqtt.eclipseprojects.io"
19+
CONFIG_BROKER_URI="mqtt://test.mosquitto.org"

0 commit comments

Comments
 (0)