mirror of
https://github.com/jeelabs/esp-link.git
synced 2026-03-14 13:06:55 +01:00
makefile tweak
Conflicts: Makefile
This commit is contained in:
4
Makefile
4
Makefile
@@ -29,8 +29,8 @@ ESPBAUD ?= 460800
|
||||
|
||||
# --------------- chipset configuration ---------------
|
||||
|
||||
# Pick your flash size: "512KB" or "4MB"
|
||||
FLASH_SIZE ?= 4MB
|
||||
# Pick your flash size: "512KB", "1MB", or "4MB"
|
||||
FLASH_SIZE ?= 512KB
|
||||
|
||||
ifeq ("$(FLASH_SIZE)","512KB")
|
||||
# Winbond 25Q40 512KB flash, typ for esp-01 thru esp-11
|
||||
|
||||
Reference in New Issue
Block a user