mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-29 05:36:39 +00:00
Merge pull request #14500 from ascillato/patch-1
Satisfy requirements when enabling MQTT TLS from user_config_override.h
This commit is contained in:
commit
5be171b209
@ -501,7 +501,6 @@
|
||||
#ifdef USE_ZBBRIDGE_TLS // Enable TLS for ZbBridge
|
||||
#define USE_MQTT_TLS // Use TLS for MQTT connection (+34.5k code, +7.0k mem and +4.8k additional during connection handshake)
|
||||
#define USE_MQTT_AWS_IOT_LIGHT // Enable MQTT for AWS IoT in light mode, with user/password instead of private certificate
|
||||
#define USE_TLS // flag indicates we need to include TLS code
|
||||
#endif // USE_ZBBRIDGE_TLS
|
||||
|
||||
//#undef USE_KNX // Disable KNX IP Protocol Support
|
||||
@ -940,7 +939,6 @@
|
||||
#undef USE_BERRY
|
||||
//#undef USE_WEBCLIENT
|
||||
//#undef USE_WEBCLIENT_HTTPS
|
||||
//#undef USE_TLS // needed for MQTT over TLS
|
||||
|
||||
#endif // FIRMWARE_MINICUSTOM
|
||||
|
||||
@ -1047,4 +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
|
||||
|
||||
#endif // _TASMOTA_CONFIGURATIONS_H_
|
||||
|
Loading…
x
Reference in New Issue
Block a user