From 5a0e374a46003e311497e3b5fc60bbb778bb9c06 Mon Sep 17 00:00:00 2001 From: Jeroen Domburg Date: Thu, 8 Sep 2016 10:22:15 +0800 Subject: [PATCH] Set default SPI flash access mode to DIO --- components/esptool_py/Kconfig.projbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esptool_py/Kconfig.projbuild b/components/esptool_py/Kconfig.projbuild index 958911cb88..3da802296a 100644 --- a/components/esptool_py/Kconfig.projbuild +++ b/components/esptool_py/Kconfig.projbuild @@ -48,7 +48,7 @@ config ESPTOOLPY_COMPRESSED choice ESPTOOLPY_FLASHMODE prompt "Flash SPI mode" - default ESPTOOLPY_FLASHMODE_QIO + default ESPTOOLPY_FLASHMODE_DIO help Mode the flash chip is flashed in, as well as the default mode for the binary to run in.