Discuss here different C compiler set ups, and compiling executables for the ESP8266

User avatar
By hreintke
#38150 LS,

I am working on moving from NONOS SDK 1.5.0 to the RTOS SDK version 1.3.0.

Within the NONOS SDK, there is a callback when the system initialization is complete.
This is set by the
Code: Select allvoid system_init_done_cb(init_done_cb_t cb)
function.

In the RTOS SDK I don't seen a similar function.

Is there a way to detect the completion of system initialization ?