File tree 1 file changed +11
-1
lines changed
1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 1548
1548
//#define MY_MQTT_SUBSCRIBE_TOPIC_PREFIX "mygateway1-in"
1549
1549
1550
1550
/**
1551
- * @def MY_MQTT_CA_CERTx
1551
+ * @def MY_MQTT_CA_CERT1
1552
1552
* @brief Up to three root Certificates Authorities could be defined to validate the mqtt server' certificate. The most secure.
1553
1553
*
1554
1554
* This define is mandatory when you need connect MQTT over SSL/TLS. Certificate Authorities.
1583
1583
* @endcode
1584
1584
*/
1585
1585
//#define MY_MQTT_CA_CERT1
1586
+
1587
+ /**
1588
+ * @def MY_MQTT_CA_CERT2
1589
+ * @brief Up to three root Certificates Authorities could be defined to validate the mqtt serv.
1590
+ */
1586
1591
//#define MY_MQTT_CA_CERT2
1592
+
1593
+ /**
1594
+ * @def MY_MQTT_CA_CERT3
1595
+ * @brief Up to three root Certificates Authorities could be defined to validate the mqtt serv.
1596
+ */
1587
1597
//#define MY_MQTT_CA_CERT3
1588
1598
1589
1599
You can’t perform that action at this time.
0 commit comments