mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-25 15:27:17 +00:00
enfore TLS for sml decryption (#17852)
This commit is contained in:
parent
1147304781
commit
949f3fdc32
@ -1073,7 +1073,13 @@
|
|||||||
|
|
||||||
#ifdef USE_SCRIPT
|
#ifdef USE_SCRIPT
|
||||||
#define USE_UNISHOX_COMPRESSION // Add support for string compression
|
#define USE_UNISHOX_COMPRESSION // Add support for string compression
|
||||||
|
#if defined(USE_SML_M) && !defined(NO_USE_SML_DECRYPT)
|
||||||
|
#ifndef USE_TLS // Add support for TLS as requires by SML decryption
|
||||||
|
#define USE_TLS
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef USE_ZIGBEE
|
#ifdef USE_ZIGBEE
|
||||||
#define USE_UNISHOX_COMPRESSION // Add support for string compression
|
#define USE_UNISHOX_COMPRESSION // Add support for string compression
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user