Default flash parameters for 32M bit.

Suits the Nodemcu and Witty, and other common boards.
This commit is contained in:
ourairquality 2016-08-26 18:59:53 +10:00
parent fb33995bc4
commit bc1a0406f7

View file

@ -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