-->
Page 1 of 1

ESP8266 RTOS SDK System onReady event

PostPosted: Thu Jan 07, 2016 11:31 am
by hreintke
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 ?