mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 10:47:19 +02:00
esp32: Change channel state information(CSI) data type from unsigned char to singed char
This commit is contained in:
@ -402,7 +402,7 @@ typedef struct {
|
|||||||
wifi_pkt_rx_ctrl_t rx_ctrl;/**< received packet radio metadata header of the CSI data */
|
wifi_pkt_rx_ctrl_t rx_ctrl;/**< received packet radio metadata header of the CSI data */
|
||||||
uint8_t mac[6]; /**< source MAC address of the CSI data */
|
uint8_t mac[6]; /**< source MAC address of the CSI data */
|
||||||
bool last_word_invalid; /**< last four bytes of the CSI data is invalid or not */
|
bool last_word_invalid; /**< last four bytes of the CSI data is invalid or not */
|
||||||
uint8_t *buf; /**< buffer of CSI data */
|
int8_t *buf; /**< buffer of CSI data */
|
||||||
uint16_t len; /**< length of CSI data */
|
uint16_t len; /**< length of CSI data */
|
||||||
} wifi_csi_info_t;
|
} wifi_csi_info_t;
|
||||||
|
|
||||||
|
Submodule components/esp32/lib updated: 0bfda8bbf6...9b9a3b35f0
Reference in New Issue
Block a user