Skip to content

Commit

Permalink
Merge branch 'bugfix/fix_ble_c3_2M_phy_ci_failed' into 'master'
Browse files Browse the repository at this point in the history
Fix BLE 2M phy cannot send packets on ESP32-C3

Closes CBLE50Y23-64

See merge request espressif/esp-idf!26417
  • Loading branch information
Weijian-Espressif committed Oct 12, 2023
2 parents a9f7579 + 07bfb84 commit 05541a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/esp_phy/src/phy_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 05541a2

Please sign in to comment.