You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 20, 2023. It is now read-only.
In order to put OpenThread into a low power mode, one must disable
both the Thread module as well as the Ip6 module in OpenThread.
Modify SetThreadEnable() functions accordingly. However, the
initialization of the OpenThread stack does not proceed as expected
without enabling Ip6 at initialization; consequently, we enable Ip6 on
init, and disable subsequently on any Thread state change that would
disable the Thread stack.
Copy file name to clipboardExpand all lines: src/adaptations/device-layer/include/Weave/DeviceLayer/OpenThread/GenericThreadStackManagerImpl_OpenThread.ipp
0 commit comments