mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: Jiang Jiang Jian <jack@espressif.com>
This commit is contained in:
@@ -124,7 +124,6 @@ menu "PHY"
|
|||||||
config ESP_PHY_ENABLE_CERT_TEST
|
config ESP_PHY_ENABLE_CERT_TEST
|
||||||
bool "Enable RF certification test functions"
|
bool "Enable RF certification test functions"
|
||||||
default n
|
default n
|
||||||
depends on IDF_TARGET_ESP32C3 || IDF_TARGET_ESP32S3
|
|
||||||
help
|
help
|
||||||
If enabled, you can use RF certification test APIs.
|
If enabled, you can use RF certification test APIs.
|
||||||
|
|
||||||
|
@@ -38,9 +38,9 @@ void app_main(void)
|
|||||||
register_phy_cmd();
|
register_phy_cmd();
|
||||||
|
|
||||||
/* rftest.a requirements */
|
/* rftest.a requirements */
|
||||||
#ifndef CONFIG_IDF_TARGET_ESP32H2
|
#ifndef CONFIG_IDF_TARGET_ESP32H2
|
||||||
esp_wifi_power_domain_on();
|
esp_wifi_power_domain_on();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
esp_phy_rftest_config(1);
|
esp_phy_rftest_config(1);
|
||||||
esp_phy_rftest_init();
|
esp_phy_rftest_init();
|
||||||
|
Reference in New Issue
Block a user