kopia lustrzana https://github.com/espressif/esp-idf
disable phy in combo module to fix BLE 2M phy
rodzic
8fc8f3f479
commit
07bfb84047
|
@ -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 =
|
||||
|
|
Ładowanie…
Reference in New Issue