esp_wifi: support esp32s2beta A, B and marlin3 chip

This commit is contained in:
Xia Xiaotian
2019-10-24 17:01:10 +08:00
committed by Angus Gratton
parent 7ce75a42c7
commit 5ffb42b4dd
8 changed files with 81 additions and 6 deletions

View File

@@ -59,6 +59,13 @@ void phy_set_wifi_mode_only(bool wifi_only);
*/
void coex_bt_high_prio(void);
#if CONFIG_IDF_TARGET_ESP32S2BETA
/**
* @brief Open PHY and RF.
*/
void phy_wakeup_init(void);
#endif
/**
* @brief Shutdown PHY and RF.
*/