Skip to content

Commit 5da2f5e

Browse files
David CowdenDavid Cowden
David Cowden
authored and
David Cowden
committed
Changed version number to 1.2.1 in application
Fixed aws cli in OoB documentation
1 parent 45c5420 commit 5da2f5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

documents/iot-ethernet-out-of-box-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ You will receive the following back that you will need to add to the firmware in
154154
- You will need to attached this policy to a principal to allow the cert the rights to publish and subscribe to topics:
155155
156156
```
157-
aws iot attach-principal-policy --principal-arn '<certificate-arn>' --policy-name 'MQTTandShadowPolicy'
157+
aws iot attach-principal-policy --principal '<certificate-arn>' --policy-name 'MQTTandShadowPolicy'
158158
```
159159
- Create a thing shadow based on the MAC address of the board:
160160

software/aws-iot-ethernet/firmware/src/app.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ APP_DATA appData;
8585
extern APP1_DATA app1Data;
8686

8787
#define APP_HARDWARE "iot_ethernet_dm990004"
88-
#define APP_FIRMWARE_VERSION "1.2.0"
88+
#define APP_FIRMWARE_VERSION "1.2.1"
8989

9090
char topic_awsUpdate[128];
9191
char topic_awsUpdateDelta[128];

0 commit comments

Comments
 (0)