We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed0f633 commit fac2edbCopy full SHA for fac2edb
components/esp_modem/examples/pppos_client/main/Kconfig.projbuild
@@ -185,7 +185,7 @@ menu "Example Configuration"
185
186
config EXAMPLE_MQTT_BROKER_URI
187
string "MQTT Broker URL"
188
- default "mqtt://mqtt.eclipseprojects.io"
+ default "mqtt://test.mosquitto.org"
189
help
190
URL of the mqtt broker which this example connects to.
191
components/esp_modem/examples/simple_cmux_client/sdkconfig.ci.sim800_cmux
@@ -16,4 +16,4 @@ CONFIG_COMPILER_CXX_EXCEPTIONS=y
16
CONFIG_ESP_MAIN_TASK_STACK_SIZE=8192
17
CONFIG_EXAMPLE_CLOSE_CMUX_AT_END=y
18
CONFIG_EXAMPLE_MQTT_TEST_TOPIC="/ci/esp-modem/pppos-client"
19
-CONFIG_BROKER_URI="mqtt://mqtt.eclipseprojects.io"
+CONFIG_BROKER_URI="mqtt://test.mosquitto.org"
0 commit comments