diff options
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" |
