Merge pull request #10031 from s-hadinger/fix_tls_crash

Fix TLS crash because of wrong stack size for tasmota-zbbridge
This commit is contained in:
s-hadinger 2020-12-01 14:24:32 +01:00 committed by GitHub
commit 62b64c749b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
*/
#include "my_user_config.h"
#include "tasmota_configurations.h"
#include <stdint.h>
#include <stdlib.h>