10000 esp32: Put flash frequency back to 40MHz. · fsaf11/ESP32-micropython-lora@ccb10e3 · GitHub
[go: up one dir, main page]

Skip to content

Commit ccb10e3

Browse files
author
Daniel Campora
committed
esp32: Put flash frequency back to 40MHz.
1 parent 6ef2e30 commit ccb10e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esp32/application.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ ESPPORT ?= /dev/ttyUSB0
315315
ESPBAUD ?= 921600
316316

317317
FLASH_SIZE = detect
318-
ESPFLASHFREQ = 80m
318+
ESPFLASHFREQ = 40m
319319
ESPFLASHMODE = dio
320320

321321
ESPTOOLPY = $(PYTHON) $(IDF_PATH)/components/esptool_py/esptool/esptool.py --chip esp32

0 commit comments

Comments
0 (0)
0