Skip to content

Commit 3b9ecb9

Browse files
author
Donatien Garnier
committed
Change endpoint terminology
1 parent 1fa5346 commit 3b9ecb9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Starting with version 6.5, Mbed OS uses Mbed CLI 2. It uses Ninja as a build sys
5050
5151
The above command will read your credential files and place them into a C header file for you: `aws_credentials.h`
5252
53-
1. Once you have created the "thing", you will need to obtain the custom endpoint name from the console. At the time of writing this document, you can find it under "Settings" in the IoT console.
53+
1. Once you have created the "thing", you will need to obtain the custom endpoint URL from the console. At the time of writing this document, you can find it under "Settings" in the IoT console.
5454
5555
In [`mbed_app.json`](./mbed_app.json) file, set `aws-endpoint.value` to be that of the custom endpoint.
5656

mbed_app.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"config": {
33
"aws-endpoint": {
4-
"help": "Endpoint name",
4+
"help": "Endpoint URL",
55
"value": "\"… .iot. … .amazonaws.com\""
66
},
77
"aws-mqtt-topic": {
88
"help": "Topic to subscribe & publish to",
99
"value": "\"sdkTest/sub\""
1010
},
1111
"aws-client-identifier": {
12-
"help": "uniq id for this thing",
12+
"help": "Unique identifier for the thing",
1313
"value": "\"...\""
1414
}
1515
},

0 commit comments

Comments
 (0)