Răsfoiți Sursa

esp_wifi: re-enable phy calibration data to nvs for esp32s2

chenjianxing 4 ani în urmă
părinte
comite
d3e730ff57
1 a modificat fișierele cu 0 adăugiri și 3 ștergeri
  1. 0 3
      components/esp_wifi/Kconfig

+ 0 - 3
components/esp_wifi/Kconfig

@@ -319,9 +319,6 @@ endmenu  # Wi-Fi
 menu "PHY"
 
     config ESP32_PHY_CALIBRATION_AND_DATA_STORAGE
-        # ToDo: remove target dependency once NVS and PHY partial calibration are supported
-        # also re-enable the <RF_calibration> entry in docs/../api-guides/index.rst
-        depends on IDF_TARGET_ESP32
         bool "Store phy calibration data in NVS"
         default y
         help