summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorMichal Hanus <hanus.michal@divelit.cz>2024-04-01 13:48:59 +0200
committerMichal Hanus <hanus.michal@divelit.cz>2024-04-01 13:48:59 +0200
commit1173bd81904c534b4b6d62e3f7e8e1b195b4cc4c (patch)
treecfbd42de94e5a187be8520802c0530d110a49edb /Kconfig
parentb6307ca8180f1090e2c69e081963689a4abd869a (diff)
backup
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/Kconfig b/Kconfig
index c486dd4..8c7b93e 100644
--- a/Kconfig
+++ b/Kconfig
@@ -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"