ieee802154: support light sleep

This commit is contained in:
xiaqilin
2023-05-25 18:18:03 +08:00
committed by BOT
parent f30a420a74
commit dc4b3f24bc
22 changed files with 699 additions and 12 deletions
@@ -273,7 +273,7 @@ otError otPlatRadioEnable(otInstance *aInstance)
otError otPlatRadioDisable(otInstance *aInstance)
{
esp_ieee802154_disable();
// radio will be disabled in esp_openthread_radio_deinit()
return OT_ERROR_NONE;
}