ESP8266 RTOS SDK System onReady event
Posted: Thu Jan 07, 2016 11:31 am
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
In the RTOS SDK I don't seen a similar function.
Is there a way to detect the completion of system initialization ?
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 all
function.void system_init_done_cb(init_done_cb_t cb)
In the RTOS SDK I don't seen a similar function.
Is there a way to detect the completion of system initialization ?