Skip to content

Commit

Permalink
Merge pull request #134 from OpenEVSE/master
Browse files Browse the repository at this point in the history
merge master > stable
  • Loading branch information
glynhudson authored Jan 11, 2018
2 parents 3414c4b + da8751d commit b825d48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,13 @@ env_default = openevse

[common]
version = -DBUILD_TAG=2.5.2
lib_deps = [email protected], ESPAsyncWebServer@1.1.0, ESPAsyncTCP
lib_deps = [email protected], ESP Async WebServer@1.1.1
extra_scripts = scripts/extra_script.py
debug_flags = -DENABLE_DEBUG -DENABLE_PROFILE -DDEBUG_PORT=Serial1
ota_flags = -DENABLE_OTA -DWIFI_LED=0

# specify exact Arduino ESP SDK version, requires platformio 3.5+ (curently dev version)
# http://docs.platformio.org/en/latest/projectconf/section_env_general.html#platform
platform = https://github.com/platformio/platform-espressif8266.git#feature/2.4.0-rc2

[env:openevse]
Expand Down

0 comments on commit b825d48

Please sign in to comment.