File tree 2 files changed +2
-2
lines changed
software/aws-iot-ethernet/firmware/src
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ You will receive the following back that you will need to add to the firmware in
154
154
- You will need to attached this policy to a principal to allow the cert the rights to publish and subscribe to topics:
155
155
156
156
```
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'
158
158
```
159
159
- Create a thing shadow based on the MAC address of the board:
160
160
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ APP_DATA appData;
85
85
extern APP1_DATA app1Data ;
86
86
87
87
#define APP_HARDWARE "iot_ethernet_dm990004"
88
- #define APP_FIRMWARE_VERSION "1.2.0 "
88
+ #define APP_FIRMWARE_VERSION "1.2.1 "
89
89
90
90
char topic_awsUpdate [128 ];
91
91
char topic_awsUpdateDelta [128 ];
You can’t perform that action at this time.
0 commit comments