mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
fix(phy): esp32s2 and esph2 support rf cert_test
This commit is contained in:
parent
8992e1cec8
commit
ea85edc469
@ -1 +1 @@
|
||||
Subproject commit 06e7625de197bc12797dd701d6762229bca01826
|
||||
Subproject commit 8608fcf54d51e81f2e74ebf335fa33f61953f7c8
|
@ -38,7 +38,9 @@ void app_main(void)
|
||||
register_phy_cmd();
|
||||
|
||||
/* rftest.a requirements */
|
||||
esp_wifi_power_domain_on();
|
||||
#ifndef CONFIG_IDF_TARGET_ESP32H2
|
||||
esp_wifi_power_domain_on();
|
||||
#endif
|
||||
|
||||
esp_phy_rftest_config(1);
|
||||
esp_phy_rftest_init();
|
||||
|
4
examples/phy/cert_test/sdkconfig.defaults.esp32s3
Normal file
4
examples/phy/cert_test/sdkconfig.defaults.esp32s3
Normal file
@ -0,0 +1,4 @@
|
||||
#
|
||||
# ESP32S3-specific
|
||||
#
|
||||
CONFIG_ESP_MAIN_TASK_STACK_SIZE=4096
|
Loading…
x
Reference in New Issue
Block a user