From d5b2e529ff7aaa719f3bd39653e84fed2733d017 Mon Sep 17 00:00:00 2001 From: Timothy Yin Date: Sun, 15 Mar 2026 04:33:33 +0800 Subject: [PATCH] =?UTF-8?q?feat(mongoose):=20=E6=B7=BB=E5=8A=A0=E5=AF=B9mb?= =?UTF-8?q?edTLS=E7=9A=84TLS=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hardware/firmware/lib/mongoose/mongoose_config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hardware/firmware/lib/mongoose/mongoose_config.h b/hardware/firmware/lib/mongoose/mongoose_config.h index 910630d..05c4714 100644 --- a/hardware/firmware/lib/mongoose/mongoose_config.h +++ b/hardware/firmware/lib/mongoose/mongoose_config.h @@ -1 +1,3 @@ #define MG_ARCH MG_ARCH_ESP32 +// Enable TLS support using mbedTLS (built into ESP32) +#define MG_TLS MG_TLS_MBED