From 64958720f80b47b55313e58c5fd278ad110a6198 Mon Sep 17 00:00:00 2001 From: Patrick Balsiger Date: Thu, 19 Jul 2018 17:34:57 +0200 Subject: [PATCH] cleanup pio ini --- platformio.ini | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/platformio.ini b/platformio.ini index 750657e..9d3dfcb 100644 --- a/platformio.ini +++ b/platformio.ini @@ -8,8 +8,8 @@ ; Please visit documentation for the other options and examples ; http://docs.platformio.org/page/projectconf.html -[platformio] -env_default = mesh +;[platformio] +;env_default = mesh [common] framework = arduino @@ -21,21 +21,20 @@ lib_deps = Hash ESPAsyncTCP TaskScheduler - painlessMesh -[env:build] -src_filter = +<*> - -#platform = https://github.com/platformio/platform-espressif8266.git#feature/stage -#platform = https://github.com/platformio/platform-espressif8266.git -#platform = espressif8266@~1.6.0 -platform = ${common.platform} -board = ${common.board} -upload_speed = ${common.upload_speed} -monitor_baud = ${common.monitor_baud} -framework = ${common.framework} -lib_deps = ${common.lib_deps} +;[env:build] +;src_filter = +<*> - +;#platform = https://github.com/platformio/platform-espressif8266.git#feature/stage +;#platform = https://github.com/platformio/platform-espressif8266.git +;#platform = espressif8266@~1.6.0 +;platform = ${common.platform} +;board = ${common.board} +;upload_speed = ${common.upload_speed} +;monitor_baud = ${common.monitor_baud} +;framework = ${common.framework} +;lib_deps = ${common.lib_deps} -#build_flags = -DLED_PIN=2 -g +;build_flags = -DLED_PIN=2 -g ;upload_port = /dev/ttyUSB0 ;upload_port = 192.168.1.168 @@ -56,13 +55,15 @@ upload_speed = ${common.upload_speed} monitor_baud = ${common.monitor_baud} framework = ${common.framework} lib_deps = ${common.lib_deps} + painlessMesh [env:meshMqttBridge] -src_filter = +<*> - + +src_filter = +<*> - + platform = espressif8266 board = esp12e upload_speed = ${common.upload_speed} monitor_baud = ${common.monitor_baud} framework = ${common.framework} lib_deps = ${common.lib_deps} + painlessMesh PubSubClient \ No newline at end of file