summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Lundin <53273776+lundinc2@users.noreply.github.com>2020-11-09 14:51:57 -0800
committerGitHub <noreply@github.com>2020-11-09 14:51:57 -0800
commit72e6c2ca92e45ea55ac151c0a3111b3c3ef09a16 (patch)
tree94e40e6753acdd3b665c5db86825c6f0ba7472b6
parent5d3b3cb1c7be92cbeb32c0c24f44e644f5147b66 (diff)
downloadfreertos-git-72e6c2ca92e45ea55ac151c0a3111b3c3ef09a16.tar.gz
Update thing name macro comment about usage of defined constants. (#387)
Co-authored-by: RichardBarry <3073890+RichardBarry@users.noreply.github.com>
-rw-r--r--FreeRTOS-Plus/Demo/corePKCS11_MQTT_Mutual_Auth_Windows_Simulator/demo_config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/FreeRTOS-Plus/Demo/corePKCS11_MQTT_Mutual_Auth_Windows_Simulator/demo_config.h b/FreeRTOS-Plus/Demo/corePKCS11_MQTT_Mutual_Auth_Windows_Simulator/demo_config.h
index b0969e6aa..3f0ba4582 100644
--- a/FreeRTOS-Plus/Demo/corePKCS11_MQTT_Mutual_Auth_Windows_Simulator/demo_config.h
+++ b/FreeRTOS-Plus/Demo/corePKCS11_MQTT_Mutual_Auth_Windows_Simulator/demo_config.h
@@ -60,6 +60,11 @@
* must be unique; so edit as required to ensure that no two clients connecting to
* the same broker use the same client identifier.
*
+ *!!! Please note a #defined constant is used for convenience of demonstration
+ *!!! only. Production devices can use something unique to the device that can
+ *!!! be read by software, such as a production serial number, instead of a
+ *!!! hard coded constant.
+ *
* #define democonfigCLIENT_IDENTIFIER "insert here."
*/