Updating flash size passed to esptool to use megabytes instead of megabits
This commit is contained in:
parent
4715d5e8ff
commit
807240536f
6 changed files with 8 additions and 8 deletions
|
|
@ -4,7 +4,7 @@ EXTRA_COMPONENTS=extras/dhcpserver extras/spiffs
|
|||
|
||||
PROGRAM_SRC_DIR = . ./cases
|
||||
|
||||
FLASH_SIZE = 32
|
||||
FLASH_SIZE = 4
|
||||
|
||||
# spiffs configuration
|
||||
SPIFFS_BASE_ADDR = 0x200000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue