Rectify the format of democonfigMQTT_BROKER_PORT macro (#1301)

* Rectify the format of democonfigMQTT_BROKER_PORT macro
pull/1302/head
Dakshit Babbar 2 months ago committed by GitHub
parent 2ba53c402a
commit 9749ebdf71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -100,7 +100,7 @@ extern void vLoggingPrintf( const char * pcFormatString,
* @note Port 443 requires use of the ALPN TLS extension with the ALPN protocol
* name. When using port 8883, ALPN is not required.
*
* #define democonfigMQTT_BROKER_PORT "...insert here..."
* #define democonfigMQTT_BROKER_PORT ( insert here )
*/
/**

@ -105,7 +105,7 @@ extern void vLoggingPrintf( const char * pcFormatString,
* @note Port 443 requires use of the ALPN TLS extension with the ALPN protocol
* name. When using port 8883, ALPN is not required.
*
* #define democonfigMQTT_BROKER_PORT "...insert here..."
* #define democonfigMQTT_BROKER_PORT ( insert here )
*/
/**

Loading…
Cancel
Save