disable phy in combo module to fix BLE 2M phy

This commit is contained in:
zhiweijian 2023-10-11 15:05:34 +08:00
parent 8fc8f3f479
commit 07bfb84047

View File

@ -777,7 +777,7 @@ void esp_phy_load_cal_and_init(void)
// Set PHY whether in combo module
// For comode mode, phy enable will be not in WiFi RX state
#if SOC_PHY_COMBO_MODULE
phy_init_param_set(1);
phy_init_param_set(0);
#endif
esp_phy_calibration_data_t* cal_data =