8000 esp8266/Makefile: Use latest esptool.py flash size auto-detection. · ladyada/circuitpython@4d45f28 · GitHub
[go: up one dir, main page]

8000
Skip to content

Commit 4d45f28

Browse files
committed
esp8266/Makefile: Use latest esptool.py flash size auto-detection.
1 parent a0b2f48 commit 4d45f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esp8266/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ FROZEN_MPY_DIR = modules
1818
PORT ?= /dev/ttyACM0
1919
BAUD ?= 115200
2020
FLASH_MODE ?= qio
21-
FLASH_SIZE ?= 8m
21+
FLASH_SIZE ?= detect
2222
CROSS_COMPILE = xtensa-lx106-elf-
2323
ESP_SDK = $(shell $(CC) -print-sysroot)/usr
2424

0 commit comments

Comments
 (0)
0