samples: net: google_iot_mqtt: fix CONFIG_CLOUD_CLIENT_ID value
According to https://cloud.google.com/iot/docs/how-tos/mqtt-bridge#configuring_mqtt_clients MQTT client ID format. Signed-off-by: Alexey Markevich <buhhunyx@gmail.com>
This commit is contained in:
parent
dc14becd2d
commit
2d8e71ba0c
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ CONFIG_MBEDTLS_USER_CONFIG_FILE="user-tls.conf"
|
|||
|
||||
# Please see README.rst in this directory for instructions
|
||||
# on where to get the values for these config entries.
|
||||
CONFIG_CLOUD_CLIENT_ID="projects/<PROJECT_ID>/locations/<REGION>/registries/<REGISTRY_ID>/devices/"
|
||||
CONFIG_CLOUD_CLIENT_ID="projects/<PROJECT_ID>/locations/<REGION>/registries/<REGISTRY_ID>/devices/<DEVICE_ID>"
|
||||
CONFIG_CLOUD_AUDIENCE="<PROJECT_ID>"
|
||||
CONFIG_CLOUD_SUBSCRIBE_CONFIG="/devices/<DEVICE_ID>/config"
|
||||
CONFIG_CLOUD_PUBLISH_TOPIC="/devices/<DEVICE_ID>/state"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue