Skip to content

Commit

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

#1M (512K SPIFFS) http://docs.platformio.org/en/stable/platforms/espressif.html#platform-espressif-customflash
build_flags = -DBUILD_TAG=0.0.0 -Wl,-Tesp8266.flash.1m512.ld


[env:emonesp_spiffs]
platform = espressif
framework = arduino
board = esp12e
upload_flags = --spiffs
build_flags = -DBUILD_TAG=0.0.0 -Wl,-Tesp8266.flash.1m512.ld #1M (512K SPIFFS)
#1M (512K SPIFFS) http://docs.platformio.org/en/stable/platforms/espressif.html#platform-espressif-customflash
build_flags = -DBUILD_TAG=0.0.0 -Wl,-Tesp8266.flash.1m512.ld

[env:emonesp_deploy]
platform = espressif
Expand Down

0 comments on commit 424d3be

Please sign in to comment.