Move post processing macros after user_config_override.h

This commit is contained in:
Adrian Scillato 2022-01-19 12:32:38 -03:00 committed by GitHub
parent 501c07acef
commit a596a406ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1045,8 +1045,8 @@
#define USE_UNISHOX_COMPRESSION // Add support for string compression
#endif
#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
#if defined(USE_MQTT_TLS) // Enable TLS if required:
#define USE_TLS // flag indicates we need to include TLS code
#endif // USE_MQTT_TLS
#endif // _TASMOTA_CONFIGURATIONS_H_