diff --git a/src/ncp/ncp_base.cpp b/src/ncp/ncp_base.cpp index ef12978d5..82aae57eb 100644 --- a/src/ncp/ncp_base.cpp +++ b/src/ncp/ncp_base.cpp @@ -388,6 +388,8 @@ NcpBase::NcpBase(): otSetStateChangedCallback(&HandleNetifStateChanged, this); otSetReceiveIp6DatagramCallback(&HandleDatagramFromStack, this); otSetIcmpEchoEnabled(false); + + mUpdateChangedPropsTask.Post(); } // ----------------------------------------------------------------------------