mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-17 15:15:02 +00:00
WiFi: Add support for ESP32S2
1) Update WiFi and PHY libs for ESP32S2. 2) Remove KConfig options ESP32S2 PHY lib selection. 3) Change target macros from ESP32S2BETA to ESP32S2
This commit is contained in:
@@ -765,3 +765,8 @@ 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
|
||||
|
||||
|
Reference in New Issue
Block a user