Skip to content

Commit 27c6a26

Browse files
authored
Merge pull request #45 from ARMmbed/release_candidate
Update for mbed-os-6.11.0
2 parents 673087d + 0f65d32 commit 27c6a26

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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-os.lib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/ARMmbed/mbed-os/#9738b27c7df897c29e9769911d6794ba3e5b3f19
1+
https://github.com/ARMmbed/mbed-os/#14e5d307bb6cdccb554b591ab2602d8d47e0b2d0

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)