Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Commit 624a23c

Browse files
committed
esp32/Makefile: reverted FLASH_MODE to qio
1 parent c6af5a7 commit 624a23c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esp32/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ include ../py/py.mk
1616

1717
PORT ?= /dev/ttyUSB0
1818
BAUD ?= 460800
19-
FLASH_MODE ?= dio
19+
FLASH_MODE ?= qio
2020
FLASH_FREQ ?= 40m
2121
FLASH_SIZE ?= 4MB
2222
CROSS_COMPILE ?= xtensa-esp32-elf-

0 commit comments

Comments
 (0)