mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-21 00:56:38 +08:00
Merge branch 'feature/make_wifi_tx_rate_from_high_to_low' into 'master'
feat(esp8266): make wifi tx rate change from high to low See merge request sdk/ESP8266_RTOS_SDK!426
This commit is contained in:
@ -148,7 +148,7 @@ config SCAN_AP_MAX
|
|||||||
|
|
||||||
config WIFI_TX_RATE_SEQUENCE_FROM_HIGH
|
config WIFI_TX_RATE_SEQUENCE_FROM_HIGH
|
||||||
bool "Set wifi tx rate from 54M to 1M"
|
bool "Set wifi tx rate from 54M to 1M"
|
||||||
default n
|
default y
|
||||||
help
|
help
|
||||||
If this option is enabled, Wifi will try to send packets first from high rate(54M). If it fails, it will
|
If this option is enabled, Wifi will try to send packets first from high rate(54M). If it fails, it will
|
||||||
try at low rate until the transmission is successful.
|
try at low rate until the transmission is successful.
|
||||||
|
Reference in New Issue
Block a user