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:
Dong Heng
2018-09-17 17:59:33 +08:00

View File

@ -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.