mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00:00
esp_wifi: support esp32s2beta A, B and marlin3 chip
This commit is contained in:

committed by
Angus Gratton

parent
7ce75a42c7
commit
5ffb42b4dd
@@ -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.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user