fix(openthread): fix stack deinit by reversing netif glue teardown and hardening workflow cleanup

This commit is contained in:
Xu Si Yu
2026-08-21 17:24:09 +08:00
parent 474d57d858
commit cd31c697c8
8 changed files with 63 additions and 27 deletions

View File

@@ -289,8 +289,6 @@ esp_err_t esp_disable_extern_coex_gpio_pin(void)
#if CONFIG_ESP_COEX_SW_COEXIST_ENABLE && CONFIG_SOC_IEEE802154_SUPPORTED
esp_err_t esp_coex_wifi_i154_enable(void)
{
// TODO: Add a scheme for wifi and 154 coex.
// Remove this function if FCC-50 closes.
coex_enable();
esp_coex_ieee802154_status_enable();
return ESP_OK;