We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0b2f48 commit 4d45f28Copy full SHA for 4d45f28
1 file changed
esp8266/Makefile
@@ -18,7 +18,7 @@ FROZEN_MPY_DIR = modules
18
PORT ?= /dev/ttyACM0
19
BAUD ?= 115200
20
FLASH_MODE ?= qio
21
-FLASH_SIZE ?= 8m
+FLASH_SIZE ?= detect
22
CROSS_COMPILE = xtensa-lx106-elf-
23
ESP_SDK = $(shell $(CC) -print-sysroot)/usr
24
0 commit comments