Define flash layout in platformio.ini in order to have space for a SPIFFS file system.
This commit is contained in:
parent
d1a49fe625
commit
e52d7c750d
@ -29,6 +29,7 @@ board = esp07
|
||||
framework = arduino
|
||||
lib_deps = ${extra.lib_deps}
|
||||
lib_ldf_mode = chain+
|
||||
build_flags = -Wl,-Teagle.flash.2m512.ld
|
||||
|
||||
[env:local]
|
||||
upload_port = /dev/cu.wchusbserial1420
|
||||
@ -37,6 +38,7 @@ board = esp07
|
||||
framework = arduino
|
||||
lib_deps = ${extra.lib_deps}
|
||||
lib_ldf_mode = chain+
|
||||
build_flags = -Wl,-Teagle.flash.2m512.ld
|
||||
|
||||
[env:esp32]
|
||||
platform = espressif32
|
||||
|
Loading…
Reference in New Issue
Block a user