iperf: apply txline

This commit is contained in:
liuning
2023-02-02 17:48:32 +08:00
committed by muhaidong
parent 00ef8391af
commit ef805e64a2

View File

@ -183,6 +183,7 @@ void initialise_wifi(void)
gpio_pin.in_pin1 = 2; gpio_pin.in_pin1 = 2;
gpio_pin.out_pin0 = 3; gpio_pin.out_pin0 = 3;
ESP_ERROR_CHECK( esp_enable_extern_coex_gpio_pin(EXTERN_COEX_WIRE_3, gpio_pin) ); ESP_ERROR_CHECK( esp_enable_extern_coex_gpio_pin(EXTERN_COEX_WIRE_3, gpio_pin) );
ESP_ERROR_CHECK( esp_extern_coex_register_txline(4) );
#endif #endif
#endif #endif