Files
esp-protocols/components/esp_mqtt_cxx/examples/tcp/main/Kconfig.projbuild
Euripedes Rocha 1407dfc2e7 Adds esp_mqtt_cxx component
- Component moved from esp-idf
- Files moved to adjust to esp-protocol structure
2023-02-16 09:59:46 +01:00

10 lines
195 B
Plaintext

menu "Example Configuration"
config BROKER_URL
string "Broker URL"
default "mqtt://mqtt.eclipseprojects.io"
help
URL of the broker to connect to
endmenu