diff options
| author | Michal Hanus <hanus.michal@divelit.cz> | 2024-04-01 13:48:59 +0200 |
|---|---|---|
| committer | Michal Hanus <hanus.michal@divelit.cz> | 2024-04-01 13:48:59 +0200 |
| commit | 1173bd81904c534b4b6d62e3f7e8e1b195b4cc4c (patch) | |
| tree | cfbd42de94e5a187be8520802c0530d110a49edb /Kconfig | |
| parent | b6307ca8180f1090e2c69e081963689a4abd869a (diff) | |
backup
Diffstat (limited to 'Kconfig')
| -rw-r--r-- | Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -7,14 +7,14 @@ menu "MQTT simple sample" config MQTT_PUB_TOPIC string "MQTT publish topic" - default "my/publish/topic" + default "pub/topic" config MQTT_SUB_TOPIC string "MQTT subscribe topic" - default "my/subscribe/topic" + default "subs/topic" config MQTT_CLIENT_ID - string "MQTT Client ID" + string "nrf" help Use a custom Client ID string. If not set, the client ID will be generated based on IMEI number (for nRF9160 based targets) or @@ -23,7 +23,7 @@ config MQTT_CLIENT_ID config MQTT_BROKER_HOSTNAME string "MQTT broker hostname" - default "test.mosquitto.org" + default "mikehanus.xyz" config MQTT_BROKER_PORT int "MQTT broker port" |
