mirror of https://github.com/arendst/Tasmota.git
Fixed compilation error
This commit is contained in:
parent
844840a851
commit
96ee25a2d1
|
@ -128,11 +128,10 @@ void MqttInit(void) {
|
|||
#endif
|
||||
|
||||
#ifdef USE_MQTT_TLS_CA_CERT
|
||||
tlsClient->setTrustAnchor(&LetsEncryptX3CrossSigned_TA);
|
||||
#ifdef USE_MQTT_AWS_IOT
|
||||
tlsClient->setTrustAnchor(&AmazonRootCA1_TA);
|
||||
#else
|
||||
// LETSENCRYPT CA TODO
|
||||
tlsClient->setTrustAnchor(&LetsEncryptX3CrossSigned_TA);
|
||||
#endif // USE_MQTT_AWS_IOT
|
||||
#endif // USE_MQTT_TLS_CA_CERT
|
||||
|
||||
|
|
Loading…
Reference in New Issue