Set default SPI flash access mode to DIO

This commit is contained in:
Jeroen Domburg
2016-09-08 10:22:15 +08:00
parent 28ca0b0526
commit 5a0e374a46

View File

@@ -48,7 +48,7 @@ config ESPTOOLPY_COMPRESSED
choice ESPTOOLPY_FLASHMODE choice ESPTOOLPY_FLASHMODE
prompt "Flash SPI mode" prompt "Flash SPI mode"
default ESPTOOLPY_FLASHMODE_QIO default ESPTOOLPY_FLASHMODE_DIO
help help
Mode the flash chip is flashed in, as well as the default mode for the Mode the flash chip is flashed in, as well as the default mode for the
binary to run in. binary to run in.