esp_wifi: update esp_wifi_internal_set_fix_rate usage

pull/9422/head
Jessy Chen 2022-03-24 08:33:54 -04:00 zatwierdzone przez chenjianxing
rodzic 29432233f8
commit 31035183da
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -251,6 +251,7 @@ esp_err_t esp_wifi_internal_set_sta_ip(void);
*
* @attention 1. If fixed rate is enabled, both management and data frame are transmitted with fixed rate
* @attention 2. Make sure that the receiver is able to receive the frame with the fixed rate if you want the frame to be received
* @attention 3. Not support to set fix rate for espnow and 80211_tx
*
* @param ifx : wifi interface
* @param en : false - disable, true - enable