You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
. Move continuation stack from .bss onto sys stack, saving 4kB of RAM, if WPS is not needed (#4622)
But there is a side effect: the function cont_get_free_stack(&g_cont) [cont.h] does not work because the variable g_cont is not defined anymore (file core_esp8266_main.cpp).
My programs include stack statistics but I am unable to maintain this feature if I use the new release 2.4.2.