mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-28 21:26:33 +00:00
Update user_config.h
This commit is contained in:
parent
885d9c5267
commit
9bd73732fa
@ -76,9 +76,9 @@
|
|||||||
* Select ONE of possible MQTT library types below
|
* Select ONE of possible MQTT library types below
|
||||||
\*********************************************************************************************/
|
\*********************************************************************************************/
|
||||||
// Default MQTT driver for both non-TLS and TLS connections. Blocks network if MQTT server is unavailable.
|
// Default MQTT driver for both non-TLS and TLS connections. Blocks network if MQTT server is unavailable.
|
||||||
#define MQTT_LIBRARY_TYPE 1 // Use PubSubClient library
|
//#define MQTT_LIBRARY_TYPE 1 // Use PubSubClient library
|
||||||
// Alternative MQTT driver does not block network when MQTT server is unavailable. No TLS support
|
// Alternative MQTT driver does not block network when MQTT server is unavailable. No TLS support
|
||||||
//#define MQTT_LIBRARY_TYPE 2 // Use TasmotaMqtt library (+4k4 code, +4k mem) - non-TLS only
|
#define MQTT_LIBRARY_TYPE 2 // Use TasmotaMqtt library (+4k4 code, +4k mem) - non-TLS only
|
||||||
// Alternative MQTT driver does not block network when MQTT server is unavailable. No TLS support
|
// Alternative MQTT driver does not block network when MQTT server is unavailable. No TLS support
|
||||||
//#define MQTT_LIBRARY_TYPE 3 // Use (patched) esp-mqtt-arduino library (+4k8 code, +4k mem) - non-TLS only
|
//#define MQTT_LIBRARY_TYPE 3 // Use (patched) esp-mqtt-arduino library (+4k8 code, +4k mem) - non-TLS only
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user