mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
Merge branch 'backport/backport_csi_lltf_bit_mode_and_sleep_issue_v5.5' into 'release/v5.5'
Backport/backport csi lltf bit mode and sleep issue v5.5 See merge request espressif/esp-idf!45752
This commit is contained in:
@@ -60,7 +60,8 @@ typedef struct {
|
||||
|
||||
uint32_t val_scale_cfg : 4; /**< value 0-8 */
|
||||
uint32_t dump_ack_en : 1; /**< enable to dump 802.11 ACK frame, default disabled */
|
||||
uint32_t reserved : 15; /**< reserved */
|
||||
uint32_t lltf_bit_mode : 1; /**< LLTF bit width mode for I/Q components, 0 : 12-bit, 1 : 8-bit, default : 12-bit */
|
||||
uint32_t reserved : 14; /**< reserved */
|
||||
} wifi_csi_acquire_config_t;
|
||||
#else
|
||||
typedef struct {
|
||||
|
||||
+1
-1
Submodule components/esp_wifi/lib updated: 66a31b2e11...e0befaa593
@@ -1 +1,2 @@
|
||||
CONFIG_EXAMPLE_GET_AP_INFO_FROM_STDIN=y
|
||||
CONFIG_ESP_SLEEP_CACHE_SAFE_ASSERTION=y
|
||||
|
||||
Reference in New Issue
Block a user