From 65f7b25858cc74ac494838a2925825b989664ee5 Mon Sep 17 00:00:00 2001 From: Zhang Jun Hao Date: Fri, 24 Aug 2018 11:11:56 +0800 Subject: [PATCH] feat(esp8266): make wifi tx rate change from high to low --- components/esp8266/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp8266/Kconfig b/components/esp8266/Kconfig index 84cbd91f..d6ab9d7f 100644 --- a/components/esp8266/Kconfig +++ b/components/esp8266/Kconfig @@ -51,7 +51,7 @@ config SCAN_AP_MAX config WIFI_TX_RATE_SEQUENCE_FROM_HIGH bool "Set wifi tx rate from 54M to 1M" - default n + default y help 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.