Updated demo_config.h and include paths for OTA demos (#605)

Co-authored-by: Jason Carroll <czjaso@amazon.com>
This commit is contained in:
jasonpcarroll
2021-05-27 10:48:03 -07:00
committed by GitHub
co-authored by Jason Carroll
parent 5d3ec8031f
commit 803016a27a
3 changed files with 7 additions and 1 deletions
File diff suppressed because one or more lines are too long
@@ -86,6 +86,7 @@ extern void vLoggingPrintf( const char * pcFormatString,
*!!! be read by software, such as a production serial number, instead of a
*!!! hard coded constant.
*
* #define democonfigCLIENT_IDENTIFIER "...insert here..."
*/
#define democonfigCLIENT_IDENTIFIER "...insert here..."
@@ -102,6 +103,7 @@ extern void vLoggingPrintf( const char * pcFormatString,
* Settings/Custom Endpoint, or using the describe-endpoint REST API (with
* AWS CLI command line tool).
*
* #define democonfigMQTT_BROKER_ENDPOINT "...insert here..."
*/
#define democonfigMQTT_BROKER_ENDPOINT "...insert here..."
@@ -86,7 +86,9 @@ extern void vLoggingPrintf( const char * pcFormatString,
*!!! be read by software, such as a production serial number, instead of a
*!!! hard coded constant.
*
* #define democonfigCLIENT_IDENTIFIER "...insert here..."
*/
#define democonfigCLIENT_IDENTIFIER "...insert here..."
/**
* @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
* 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.