add mesh dep

This commit is contained in:
2018-06-19 19:25:01 +02:00
parent e1d6c18174
commit 0ba64686a1

View File

@@ -22,6 +22,7 @@ lib_deps =
ESP Async WebServer
ESPAsyncTCP
TaskScheduler
painlessMesh
[env:build]
src_filter = +<*> -<examples/>
@@ -34,7 +35,7 @@ upload_speed = ${common.upload_speed}
monitor_baud = ${common.monitor_baud}
framework = ${common.framework}
lib_deps = ${common.lib_deps}
painlessMesh
#build_flags = -DLED_PIN=2 -g
;upload_port = /dev/ttyUSB0
;upload_port = 192.168.1.168
@@ -56,7 +57,6 @@ upload_speed = ${common.upload_speed}
monitor_baud = ${common.monitor_baud}
framework = ${common.framework}
lib_deps = ${common.lib_deps}
painlessMesh
[env:meshMqttBridge]
src_filter = +<*> -<examples/> -<firmware/> +<examples/mqttBridge/>
@@ -66,5 +66,4 @@ upload_speed = ${common.upload_speed}
monitor_baud = ${common.monitor_baud}
framework = ${common.framework}
lib_deps = ${common.lib_deps}
painlessMesh
PubSubClient