Default flash parameters for 32M bit.
Suits the Nodemcu and Witty, and other common boards.
This commit is contained in:
parent
fb33995bc4
commit
bc1a0406f7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue