Skip to content

Commit

Permalink
1M (512K SPIFFS
Browse files Browse the repository at this point in the history
  • Loading branch information
glynhudson committed Aug 16, 2016
1 parent 2149939 commit 68241c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ data_dir = src/data
platform = espressif
framework = arduino
board = esp12e
build_flags = -DBUILD_TAG=0.0.0
build_flags = -DBUILD_TAG=0.0.0 -Wl,-Tesp8266.flash.1m512.ld #1M (512K SPIFFS)

[env:emonesp_spiffs]
platform = espressif
framework = arduino
board = esp12e
upload_flags = --spiffs
build_flags = -DBUILD_TAG=0.0.0
build_flags = -DBUILD_TAG=0.0.0 -Wl,-Tesp8266.flash.1m512.ld #1M (512K SPIFFS)

[env:emonesp_deploy]
platform = espressif
Expand Down

0 comments on commit 68241c6

Please sign in to comment.