Fix compilation issue for Telegram

This commit is contained in:
Adrian Scillato 2022-01-19 11:33:12 -03:00 committed by GitHub
parent 69dd704ac2
commit 1fb81720a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1045,8 +1045,8 @@
#define USE_UNISHOX_COMPRESSION // Add support for string compression
#endif
#ifdef USE_MQTT_TLS // If TLS for MQTT is enabled:
#define USE_TLS // flag indicates we need to include TLS code
#endif // USE_MQTT_TLS
#if defined(USE_MQTT_TLS) || defined(USE_TELEGRAM) // Enable TLS if required:
#define USE_TLS // flag indicates we need to include TLS code
#endif // USE_MQTT_TLS || USE_TELEGRAM
#endif // _TASMOTA_CONFIGURATIONS_H_