add mqtt cat

This commit is contained in:
2018-11-15 23:28:32 +01:00
parent aa2713517f
commit f4e87685fb
5 changed files with 137 additions and 16 deletions

View File

@@ -30,10 +30,23 @@ lib_deps =
painlessMesh
https://gitlab.com/wirelos/sprocket-lib.git#develop
https://gitlab.com/wirelos/sprocket-plugin-neopixel.git
https://gitlab.com/wirelos/sprocket-plugin-web.git
[env:build]
src_filter = +<*> -<wifiMesh/> +<wifi/>
src_filter = +<*> -<var/> +<var/wifi/>
platform = ${common.platform}
board = ${common.board}
upload_speed = ${common.upload_speed}
monitor_baud = ${common.monitor_baud}
framework = ${common.framework}
build_flags = -Wl,-Teagle.flash.4m1m.ld
-DSPROCKET_PRINT=1
lib_deps = ${common.lib_deps}
https://gitlab.com/wirelos/sprocket-plugin-web.git
[env:build]
src_filter = +<*> -<var/> +<var/wifi/>
platform = ${common.platform}
board = ${common.board}
upload_speed = ${common.upload_speed}
@@ -46,7 +59,7 @@ lib_deps = ${common.lib_deps}
[env:build-mesh]
src_filter = +<*> +<wifiMesh/> -<wifi/>
src_filter = +<*> -<var/> +<var/wifiMesh/>
platform = ${common.platform}
board = ${common.board}
upload_speed = ${common.upload_speed}
@@ -58,7 +71,7 @@ lib_deps = ${common.lib_deps}
painlessMesh
[env:release]
src_filter = +<*> -<wifiMesh/> +<wifi/>
src_filter = +<*> -<var/> +<var/wifi/>
platform = ${common.platform}
board = ${common.board}
upload_speed = ${common.upload_speed}
@@ -70,15 +83,16 @@ lib_deps = ${common.lib_deps}
https://gitlab.com/wirelos/sprocket-plugin-web.git
;[env:mqttcat]
;src_filter = +<*> -<wifiMesh/> +<wifi/>
;platform = ${common.platform}
;board = ${common.board}
;upload_speed = ${common.upload_speed}
;monitor_baud = ${common.monitor_baud}
;framework = ${common.framework}
;build_flags = -Wl,-Teagle.flash.4m1m.ld
; -DSPROCKET_PRINT=1
;lib_deps = ${common.lib_deps}
; https://gitlab.com/wirelos/sprocket-lib.git#develop
; PubSubClient
[env:mqcatt]
src_filter = +<*> -<var/> +<var/mqcatt/>
platform = ${common.platform}
board = ${common.board}
upload_speed = ${common.upload_speed}
monitor_baud = ${common.monitor_baud}
framework = ${common.framework}
build_flags = -Wl,-Teagle.flash.4m1m.ld
-DSPROCKET_PRINT=1
lib_deps = ${common.lib_deps}
https://gitlab.com/wirelos/sprocket-plugin-web.git
https://gitlab.com/wirelos/sprocket-plugin-mqtt.git
PubSubClient