From 391928ed08c267647af641dfc807338d7ea30129 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sun, 8 Mar 2026 20:58:00 -0500 Subject: [PATCH] Add include directive for mbedtls error handling in build flags --- variants/esp32/esp32-common.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/variants/esp32/esp32-common.ini b/variants/esp32/esp32-common.ini index 05f15de0f..378a1a369 100644 --- a/variants/esp32/esp32-common.ini +++ b/variants/esp32/esp32-common.ini @@ -34,6 +34,7 @@ build_flags = -Wall -Wextra -Isrc/platform/esp32 + -include mbedtls/error.h -std=c++11 -DLOG_LOCAL_LEVEL=ESP_LOG_DEBUG -DCORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_DEBUG