mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-19 08:46:32 +00:00
Increase min stack thunk to 3800 #12031
This commit is contained in:
parent
418f309104
commit
49b1c06f10
@ -46,7 +46,7 @@ uint32_t stack_thunk_light_refcnt = 0;
|
||||
#elif defined(USE_MQTT_TLS_FORCE_EC_CIPHER) || defined(USE_4K_RSA)
|
||||
#define _stackSize (4800/4) // no private key, we can reduce a little, max observed 4300
|
||||
#else
|
||||
#define _stackSize (3600/4) // using a light version of bearssl we can save 2k
|
||||
#define _stackSize (3800/4) // using a light version of bearssl we can save 2k
|
||||
#endif
|
||||
#define _stackPaint 0xdeadbeef
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user