From 63ded1fd7554f15c17e886f74f950cf6b8c37f1c Mon Sep 17 00:00:00 2001
From: barbudor <barbudor@barbudor.net>
Date: Tue, 2 Aug 2022 19:26:54 +0200
Subject: [PATCH] About MQTT_TLS on ESP32

---
 BUILDS.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/BUILDS.md b/BUILDS.md
index 6a6217fba..b0e6584e6 100644
--- a/BUILDS.md
+++ b/BUILDS.md
@@ -15,7 +15,7 @@ Note: `minimal` variant is not listed as it shouldn't be used outside of the [up
 | USE_DOMOTICZ          | - | x / x | x | x | x | - |
 | USE_HOME_ASSISTANT    | - | - / - | - | - | - | - |
 | USE_TASMOTA_DISCOVERY | x | x / x | x | x | x | x |
-| USE_MQTT_TLS          | - | - / - | - | - | - | - |
+| USE_MQTT_TLS*         | - | - / x | - | - | - | - |
 | USE_MQTT_AWS_IOT      | - | - / - | - | - | - | - |
 | USE_4K_RSA            | - | - / - | - | - | - | - |
 | USE_TELEGRAM          | - | - / - | - | - | - | - |
@@ -251,3 +251,5 @@ Note: `minimal` variant is not listed as it shouldn't be used outside of the [up
 | USE_I2S_AUDIO             |   |   / - |   |   |   |   |
 | USE_TTGO_WATCH            |   |   / - |   |   |   |   |
 | USE_SONOFF_SPM            |   |   / x |   |   |   |   |
+
+* USE_MQTT_TLS is enabled by default in every ESP32 variants
\ No newline at end of file