Skip to content

Commit

Permalink
bump verson 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
glynhudson committed Jun 12, 2017
1 parent af45bb4 commit 651692f
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 @@ -22,7 +22,7 @@ env_default = emonesp
data_dir = src/data

[common]
version = -DBUILD_TAG=2.1.2
version = -DBUILD_TAG=2.2.0
#MQTT: https://github.com/knolleary/pubsubclient
lib_deps = PubSubClient@2.6, ESPAsyncWebServer@be12e0c171

Expand Down Expand Up @@ -55,7 +55,7 @@ platform = espressif8266
framework = arduino
board = esp12e
lib_deps = ${common.lib_deps}
src_build_flags = ${common.version}
src_build_flags = ${common.version}
upload_flags = --spiffs

[env:emonesp_deploy]
Expand Down

0 comments on commit 651692f

Please sign in to comment.