We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44cf727 commit 50fbec0Copy full SHA for 50fbec0
mqtt_client/config/params.aws.yaml
@@ -5,7 +5,7 @@ tls_1_2: &tls_1_2 3
5
6
broker:
7
# YOU MUST CHANGE THIS ENDPOINT
8
- # Can be found by executing: aws iot describe-endpoint
+ # Can be found by executing: aws iot describe-endpoint --endpoint-type iot:Data-ATS
9
host: not-a-real-endpoint-please-use-your-own.us-west-2.amazonaws.com
10
port: 8883
11
tls:
mqtt_client/config/params.ros2.aws.yaml
@@ -2,7 +2,7 @@ mqtt_client:
2
ros__parameters:
3
4
0 commit comments