fix(wifi): fix esp32c6 rxctrl info is not correct

This commit is contained in:
xuxiao
2023-10-23 13:49:36 +08:00
parent 3ea8519a9e
commit 5c3a7ec88a
3 changed files with 3 additions and 2 deletions

View File

@@ -97,6 +97,7 @@ typedef struct esp_now_rate_config {
wifi_phy_mode_t phymode; /**< ESPNOW phymode of specified interface */
wifi_phy_rate_t rate; /**< ESPNOW rate of specified interface*/
bool ersu; /**< ESPNOW using ersu send frame*/
bool dcm; /**< ESPNOW using dcm rate to send frame*/
} esp_now_rate_config_t;
/**