mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-06 08:37:29 +02:00
fix(phy): Fix PHY enabled enter WiFi RX state default
This commit is contained in:
@@ -710,3 +710,7 @@ config SOC_BLUFI_SUPPORTED
|
||||
config SOC_PHY_IMPROVE_RX_11B
|
||||
bool
|
||||
default y
|
||||
|
||||
config SOC_PHY_COMBO_MODULE
|
||||
bool
|
||||
default y
|
||||
|
||||
@@ -330,3 +330,4 @@
|
||||
|
||||
/*------------------------------------- PHY CAPS -------------------------------------*/
|
||||
#define SOC_PHY_IMPROVE_RX_11B (1)
|
||||
#define SOC_PHY_COMBO_MODULE (1) /*!< Support Wi-Fi and BLE*/
|
||||
|
||||
Reference in New Issue
Block a user