From 1173bd81904c534b4b6d62e3f7e8e1b195b4cc4c Mon Sep 17 00:00:00 2001 From: Michal Hanus Date: Mon, 1 Apr 2024 13:48:59 +0200 Subject: backup --- Kconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Kconfig') 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" -- cgit v1.2.3