(S2) WiFi: add ant field for esp32s2 and update phy lib from v102 to v202

This commit is contained in:
ChenJianxing
2020-02-19 15:32:01 +08:00
parent e69a50fa1d
commit a182c0682e
3 changed files with 4 additions and 11 deletions

View File

@@ -765,8 +765,3 @@ void esp_phy_load_cal_and_init(phy_rf_module_t module)
free(cal_data); // PHY maintains a copy of calibration data, so we can free this
}
#if CONFIG_IDF_TARGET_ESP32S2
/* Just a stub to avoid SSC build failure. Need to update phylib */
void set_cca(bool en ,uint8_t cca_thr) {}
#endif