mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-21 09:46:31 +00:00
Merge pull request #14512 from ascillato/patch-1
Fix compilation issue for Telegram
This commit is contained in:
commit
61cee71713
@ -1045,8 +1045,8 @@
|
|||||||
#define USE_UNISHOX_COMPRESSION // Add support for string compression
|
#define USE_UNISHOX_COMPRESSION // Add support for string compression
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef USE_MQTT_TLS // If TLS for MQTT is enabled:
|
#if defined(USE_MQTT_TLS) || defined(USE_TELEGRAM) // Enable TLS if required:
|
||||||
#define USE_TLS // flag indicates we need to include TLS code
|
#define USE_TLS // flag indicates we need to include TLS code
|
||||||
#endif // USE_MQTT_TLS
|
#endif // USE_MQTT_TLS || USE_TELEGRAM
|
||||||
|
|
||||||
#endif // _TASMOTA_CONFIGURATIONS_H_
|
#endif // _TASMOTA_CONFIGURATIONS_H_
|
||||||
|
Loading…
x
Reference in New Issue
Block a user