esp_wifi: fix wrong path of phy_init_data

Closes https://github.com/espressif/esp-idf/issues/3482
This commit is contained in:
suda-morris
2019-06-12 11:52:23 +08:00
parent 6b7c5dc37e
commit c5c716e9d7
8 changed files with 72 additions and 45 deletions

View File

@@ -48,7 +48,7 @@ PHY initialization data
The PHY initialization data is used for RF calibration.
There are two ways to get the PHY initialization data.
One is the default initialization data which is located in the header file :idf_file:`components/esp32/phy_init_data.h`.
One is the default initialization data which is located in the header file :idf_file:`components/esp_wifi/esp32/include/phy_init_data.h`.
It is embedded into the application binary after compiling and then stored into read-only memory (DROM).
To use the default initialization data, please go to ``menuconfig`` and disable :ref:`CONFIG_ESP32_PHY_INIT_DATA_IN_PARTITION`.