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
|
@ -1,6 +1,6 @@
|
|||
PROGRAM=spiffs_example
|
||||
EXTRA_COMPONENTS = extras/spiffs
|
||||
FLASH_SIZE = 32
|
||||
FLASH_SIZE = 4
|
||||
|
||||
# spiffs configuration
|
||||
SPIFFS_BASE_ADDR = 0x200000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue