File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
software/aws-iot-ethernet/firmware/src Expand file tree Collapse file tree 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
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
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ APP_DATA appData;
8585extern 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
9090char topic_awsUpdate [128 ];
9191char topic_awsUpdateDelta [128 ];
You can’t perform that action at this time.
0 commit comments