mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00:00
esp_wifi: esp32c2 does not support csi.
This commit is contained in:
@@ -570,3 +570,7 @@ config SOC_WIFI_GCMP_SUPPORT
|
||||
config SOC_WIFI_WAPI_SUPPORT
|
||||
bool
|
||||
default n
|
||||
|
||||
config SOC_WIFI_CSI_SUPPORT
|
||||
bool
|
||||
default n
|
||||
|
@@ -283,3 +283,4 @@
|
||||
#define SOC_WIFI_FTM_SUPPORT (0) /*!< FTM is not supported */
|
||||
#define SOC_WIFI_GCMP_SUPPORT (0) /*!< GCMP is not supported(GCMP128 and GCMP256) */
|
||||
#define SOC_WIFI_WAPI_SUPPORT (0) /*!< WAPI is not supported */
|
||||
#define SOC_WIFI_CSI_SUPPORT (0) /*!< CSI is not supported */
|
||||
|
Reference in New Issue
Block a user