|
|
@ -86,7 +86,9 @@ extern void vLoggingPrintf( const char * pcFormatString,
|
|
|
|
*!!! be read by software, such as a production serial number, instead of a
|
|
|
|
*!!! be read by software, such as a production serial number, instead of a
|
|
|
|
*!!! hard coded constant.
|
|
|
|
*!!! hard coded constant.
|
|
|
|
*
|
|
|
|
*
|
|
|
|
|
|
|
|
* #define democonfigCLIENT_IDENTIFIER "...insert here..."
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
#define democonfigCLIENT_IDENTIFIER "...insert here..."
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* @brief Endpoint of the MQTT broker to connect to.
|
|
|
|
* @brief Endpoint of the MQTT broker to connect to.
|
|
|
@ -101,7 +103,9 @@ extern void vLoggingPrintf( const char * pcFormatString,
|
|
|
|
* Settings/Custom Endpoint, or using the describe-endpoint REST API (with
|
|
|
|
* Settings/Custom Endpoint, or using the describe-endpoint REST API (with
|
|
|
|
* AWS CLI command line tool).
|
|
|
|
* AWS CLI command line tool).
|
|
|
|
*
|
|
|
|
*
|
|
|
|
|
|
|
|
* #define democonfigMQTT_BROKER_ENDPOINT "...insert here..."
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
#define democonfigMQTT_BROKER_ENDPOINT "...insert here..."
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* @brief The port to use for the demo.
|
|
|
|
* @brief The port to use for the demo.
|
|
|
|