transport: Add CONFI_WS_TRANSPORT for optimize the code size

This commit is contained in:
liuhan
2021-04-16 17:23:18 +08:00
committed by Euripedes Rocha
parent 128be3f402
commit 0fda7d7062

View File

@ -15,6 +15,7 @@ menu "ESP-MQTT Configurations"
config MQTT_TRANSPORT_WEBSOCKET
bool "Enable MQTT over Websocket"
default y
depends on WS_TRANSPORT
help
Enable MQTT transport over Websocket.