Skip to content

Commit

Permalink
Try to fix Doxygen warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Tico06 committed May 14, 2022
1 parent d589571 commit 8581ab6
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion MyConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -1548,7 +1548,7 @@
//#define MY_MQTT_SUBSCRIBE_TOPIC_PREFIX "mygateway1-in"

/**
* @def MY_MQTT_CA_CERTx
* @def MY_MQTT_CA_CERT1
* @brief Up to three root Certificates Authorities could be defined to validate the mqtt server' certificate. The most secure.
*
* This define is mandatory when you need connect MQTT over SSL/TLS. Certificate Authorities.
Expand Down Expand Up @@ -1583,7 +1583,17 @@
* @endcode
*/
//#define MY_MQTT_CA_CERT1

/**
* @def MY_MQTT_CA_CERT2
* @brief Up to three root Certificates Authorities could be defined to validate the mqtt serv.
*/
//#define MY_MQTT_CA_CERT2

/**
* @def MY_MQTT_CA_CERT3
* @brief Up to three root Certificates Authorities could be defined to validate the mqtt serv.
*/
//#define MY_MQTT_CA_CERT3


Expand Down

0 comments on commit 8581ab6

Please sign in to comment.