diff --git a/cores/esp8266/StackThunk.cpp b/cores/esp8266/StackThunk.cpp index fe2ffcd793..68e80278dc 100644 --- a/cores/esp8266/StackThunk.cpp +++ b/cores/esp8266/StackThunk.cpp @@ -36,7 +36,7 @@ uint32_t *stack_thunk_top = NULL; uint32_t *stack_thunk_save = NULL; /* Saved A1 while in BearSSL */ uint32_t stack_thunk_refcnt = 0; -#define _stackSize (5750/4) +#define _stackSize (5748/4) #define _stackPaint 0xdeadbeef /* Add a reference, and allocate the stack if necessary */ @@ -124,4 +124,11 @@ void stack_thunk_dump_stack() ets_printf("<<