esp_wifi: esp32c2 does not support csi.

This commit is contained in:
muhaidong
2022-06-20 21:35:52 +08:00
parent 9a25d06b5f
commit b48b9beace
11 changed files with 26 additions and 0 deletions

View File

@@ -983,6 +983,10 @@ config SOC_WIFI_WAPI_SUPPORT
bool
default y
config SOC_WIFI_CSI_SUPPORT
bool
default y
config SOC_TWAI_BRP_MIN
int
default 2

View File

@@ -427,3 +427,4 @@
#define SOC_WIFI_FTM_SUPPORT (1) /*!< Support FTM */
#define SOC_WIFI_GCMP_SUPPORT (1) /*!< Support GCMP(GCMP128 and GCMP256) */
#define SOC_WIFI_WAPI_SUPPORT (1) /*!< Support WAPI */
#define SOC_WIFI_CSI_SUPPORT (1) /*!< Support CSI */