Skip to content

Commit

Permalink
samples: aws_iot_hub: Fix kconfig for using HW ID
Browse files Browse the repository at this point in the history
Select AWS_IOT_CLIENT_ID_APP when using
AWS_IOT_SAMPLE_DEVICE_ID_USE_HW_ID.

Signed-off-by: Jorgen Kvalvaag <jorgen.kvalvaag@nordicsemi.no>
  • Loading branch information
jorgenmk authored and nordicjm committed Aug 4, 2023
1 parent bfbc883 commit 3e5b7a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/net/aws_iot/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ config AWS_IOT_SAMPLE_CONNECTION_RETRY_TIMEOUT_SECONDS

config AWS_IOT_SAMPLE_DEVICE_ID_USE_HW_ID
bool "Use HW ID as device ID"
select AWS_IOT_CLIENT_ID_APP
depends on HW_ID_LIBRARY
help
Use the devices's hardware ID as device ID when connecting to AWS IOT
Expand Down

0 comments on commit 3e5b7a4

Please sign in to comment.