diff --git a/components/esp_phy/src/phy_init.c b/components/esp_phy/src/phy_init.c index 58ea6b9a24..f8077bbf73 100644 --- a/components/esp_phy/src/phy_init.c +++ b/components/esp_phy/src/phy_init.c @@ -320,6 +320,7 @@ void esp_phy_pd_mem_deinit(void) s_phy_backup_mem_ref--; if (s_phy_backup_mem_ref == 0) { + s_is_phy_calibrated = false; free(s_phy_digital_regs_mem); s_phy_digital_regs_mem = NULL; }