esp-now icon indicating copy to clipboard operation
esp-now copied to clipboard

ESP32 【esp_wifi_config_espnow_rate】doesn't work

Open LCreamStarter opened this issue 2 years ago • 1 comments

如何配置固定的PHY速率和MCS,esp_wifi_config_espnow_rate不起作用

How to configure PHY rate in WIFI_PHY_RATE_MCS0_LGI, 【esp_wifi_config_espnow_rate 】doesn't work

LCreamStarter avatar Apr 15 '22 09:04 LCreamStarter

@LCreamStarter 是在代码什么位置,如何设置的? 基于 IDF v4.4 ,经测试这样设置是有效的: ESP_ERROR_CHECK(esp_wifi_config_espnow_rate(WIFI_IF_STA, WIFI_PHY_RATE_MCS0_LGI))

LJYSP avatar May 10 '22 07:05 LJYSP

@LCreamStarter Any update about this?

lhespress avatar Jan 11 '23 10:01 lhespress

@LCreamStarter Closing this issue since there has been no update on this. Please feel free to reopen if required.

lhespress avatar Apr 14 '23 10:04 lhespress

esp_wifi_config_espnow_rate(ESPNOW_WIFI_IF,WIFI_PHY_RATE_LORA_500K);提示不支持错误 esp32s3 idf5.0

sywxf avatar Aug 11 '23 12:08 sywxf