mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2026-09-22 19:24:10 +08:00
Updated demo_config.h and include paths for OTA demos (#605)
Co-authored-by: Jason Carroll <czjaso@amazon.com>
This commit is contained in:
co-authored by
Jason Carroll
parent
5d3ec8031f
commit
803016a27a
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.
|
||||
|
||||
Reference in New Issue
Block a user