Closed
Description
The new release 2.4.2 includes this change:
. 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.