From bc1a0406f7c6d756acc69a926bbe369fd838a971 Mon Sep 17 00:00:00 2001 From: ourairquality Date: Fri, 26 Aug 2016 18:59:53 +1000 Subject: [PATCH] Default flash parameters for 32M bit. Suits the Nodemcu and Witty, and other common boards. --- parameters.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parameters.mk b/parameters.mk index 8c6a8a3..751528e 100644 --- a/parameters.mk +++ b/parameters.mk @@ -10,7 +10,7 @@ # Flash size in megabits # Valid values are same as for esptool.py - 2,4,8,16,32 -FLASH_SIZE ?= 16 +FLASH_SIZE ?= 32 # Flash mode, valid values are same as for esptool.py - qio,qout,dio.dout FLASH_MODE ?= qio