Skip to content

Commit

Permalink
Changed version number to 1.2.1 in application
Browse files Browse the repository at this point in the history
Fixed aws cli in OoB documentation
  • Loading branch information
David Cowden authored and David Cowden committed Jul 6, 2016
1 parent 45c5420 commit 5da2f5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion documents/iot-ethernet-out-of-box-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ You will receive the following back that you will need to add to the firmware in
- You will need to attached this policy to a principal to allow the cert the rights to publish and subscribe to topics:

```
aws iot attach-principal-policy --principal-arn '<certificate-arn>' --policy-name 'MQTTandShadowPolicy'
aws iot attach-principal-policy --principal '<certificate-arn>' --policy-name 'MQTTandShadowPolicy'
```
- Create a thing shadow based on the MAC address of the board:

Expand Down
2 changes: 1 addition & 1 deletion software/aws-iot-ethernet/firmware/src/app.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ APP_DATA appData;
extern APP1_DATA app1Data;

#define APP_HARDWARE "iot_ethernet_dm990004"
#define APP_FIRMWARE_VERSION "1.2.0"
#define APP_FIRMWARE_VERSION "1.2.1"

char topic_awsUpdate[128];
char topic_awsUpdateDelta[128];
Expand Down

0 comments on commit 5da2f5e

Please sign in to comment.