esp_wifi: close tsen when close phy

This commit is contained in:
ninh
2021-03-29 14:08:24 +08:00
parent ada4a8274f
commit c80310b1f6
3 changed files with 3 additions and 3 deletions

View File

@@ -69,7 +69,7 @@ void phy_wakeup_init(void);
*/
void phy_close_rf(void);
#if CONFIG_IDF_TARGET_ESP32C3
#if CONFIG_IDF_TARGET_ESP32C3 || CONFIG_IDF_TARGET_ESP32S2
/**
* @brief Disable PHY temperature sensor.
*/