Merge pull request #14368 from s-hadinger/enable_mqtt_tls

Enable MQTT TLS when Autoconf is enabled
This commit is contained in:
s-hadinger 2022-01-10 19:09:20 +01:00 committed by GitHub
commit df19e6755b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -1118,6 +1118,9 @@
#ifndef USE_WEBCLIENT_HTTPS
#define USE_WEBCLIENT_HTTPS
#endif
#ifndef USE_MQTT_TLS
#define USE_MQTT_TLS
#endif
#endif // USE_AUTOCONF
/*********************************************************************************************\