mirror of https://github.com/arendst/Tasmota.git
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:
commit
62b64c749b
|
@ -26,6 +26,7 @@
|
|||
*/
|
||||
|
||||
#include "my_user_config.h"
|
||||
#include "tasmota_configurations.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Reference in New Issue