esp8266/Makefile: Use latest esptool.py flash size auto-detection.
This commit is contained in:
parent
a0b2f48c2f
commit
4d45f286eb
@ -18,7 +18,7 @@ FROZEN_MPY_DIR = modules
|
||||
PORT ?= /dev/ttyACM0
|
||||
BAUD ?= 115200
|
||||
FLASH_MODE ?= qio
|
||||
FLASH_SIZE ?= 8m
|
||||
FLASH_SIZE ?= detect
|
||||
CROSS_COMPILE = xtensa-lx106-elf-
|
||||
ESP_SDK = $(shell $(CC) -print-sysroot)/usr
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user