]> granicus.if.org Git - esp-idf/commitdiff
Set default SPI flash access mode to DIO
authorJeroen Domburg <git@j0h.nl>
Thu, 8 Sep 2016 02:22:15 +0000 (10:22 +0800)
committerJeroen Domburg <git@j0h.nl>
Thu, 8 Sep 2016 02:22:15 +0000 (10:22 +0800)
components/esptool_py/Kconfig.projbuild

index 958911cb88ce78e961e0d80edf681ddc6112a3ac..3da802296aa17be56f1af8825acfaa9ae5178e06 100644 (file)
@@ -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.