This commit is contained in:
ckerkhoff 2020-09-27 15:10:33 +00:00 committed by GitHub
commit 3efce24546
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
PROGRAM=i2s_audio_example
EXTRA_COMPONENTS = extras/spiffs extras/i2s_dma
FLASH_SIZE = 32
FLASH_SIZE = 4
# spiffs configuration
SPIFFS_BASE_ADDR = 0x200000

View file

@ -1,6 +1,6 @@
PROGRAM=spiffs_example
EXTRA_COMPONENTS = extras/spiffs
FLASH_SIZE = 32
FLASH_SIZE = 4
# spiffs configuration
SPIFFS_BASE_ADDR = 0x200000

View file

@ -1 +1 @@
FLASH_SIZE ?= 32
FLASH_SIZE ?= 4