Enable MQTT TLS when Autoconf is enabled

This commit is contained in:
Stephan Hadinger 2022-01-10 18:02:58 +01:00
parent a757b33313
commit 81876f55ba

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
/*********************************************************************************************\