mirror of
https://github.com/espressif/esp-mqtt.git
synced 2026-08-03 20:14:15 +02:00
Resolve conenct issues with ip
This commit is contained in:
@@ -18,17 +18,17 @@ config MQTT_PRIORITY
|
||||
range 1 15
|
||||
default 5
|
||||
|
||||
config CONFIG_MQTT_LOG_ERROR_ON
|
||||
config MQTT_LOG_ERROR_ON
|
||||
bool "Enable MQTT Debug message"
|
||||
default y
|
||||
help
|
||||
Disable it will redurce memory and run faster
|
||||
config CONFIG_MQTT_LOG_WARN_ON
|
||||
config MQTT_LOG_WARN_ON
|
||||
bool "Enable MQTT Warning message"
|
||||
default y
|
||||
help
|
||||
Disable it will redurce memory and run faster
|
||||
config CONFIG_MQTT_LOG_INFO_ON
|
||||
config MQTT_LOG_INFO_ON
|
||||
bool "Enable MQTT Info message"
|
||||
default y
|
||||
help
|
||||
|
||||
Reference in New Issue
Block a user