From 22a199450b1cda041cf34e7686b093bcdb4f8d96 Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Tue, 1 Dec 2020 14:11:32 +0100 Subject: [PATCH] Fix TLS crash because of wrong stack size for tasmota-zbbridge --- tasmota/StackThunk_light.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tasmota/StackThunk_light.cpp b/tasmota/StackThunk_light.cpp index 3c0d91bcf..bbd60fb50 100644 --- a/tasmota/StackThunk_light.cpp +++ b/tasmota/StackThunk_light.cpp @@ -26,6 +26,7 @@ */ #include "my_user_config.h" +#include "tasmota_configurations.h" #include #include