mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-29 18:27:31 +02:00
Merge pull request #843 from david-cermak/fix/example_mqtt
[examples]: Use another public broker for MQTT example
This commit is contained in:
@ -2,7 +2,7 @@ menu "Example Configuration"
|
|||||||
|
|
||||||
config BROKER_URL
|
config BROKER_URL
|
||||||
string "Broker URL"
|
string "Broker URL"
|
||||||
default "mqtt://mqtt.eclipseprojects.io"
|
default "mqtt://test.mosquitto.org"
|
||||||
help
|
help
|
||||||
URL of the broker to connect to
|
URL of the broker to connect to
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user