Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
glynhudson committed Oct 18, 2017
1 parent efb9020 commit c51dced
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platformio.ini
Expand Up @@ -86,7 +86,7 @@ platform = espressif8266_stage
board = esp12e
framework = arduino
lib_deps = ${common.lib_deps}
src_build_flags = ${common.version} ${common.ota_flags} ${common.debug_flags} -DENABLE_ASYNC_WIFI_SCAN
src_build_flags = ${common.version} -DWIFI_LED=0 -DENABLE_DEBUG
upload_port = emonesp.local
monitor_baud = 115200

Expand All @@ -96,7 +96,7 @@ platform = espressif8266_stage
board = esp12e
framework = arduino
lib_deps = https://github.com/knolleary/pubsubclient, https://github.com/me-no-dev/ESPAsyncWebServer.git, https://github.com/me-no-dev/ESPAsyncTCP.git
src_build_flags = ${common.version} ${common.ota_flags} ${common.debug_flags} -DENABLE_ASYNC_WIFI_SCAN
src_build_flags = ${common.version} -DWIFI_LED=0 -DENABLE_DEBUG
upload_port = emonesp.local
monitor_baud = 115200

0 comments on commit c51dced

Please sign in to comment.