move pixel plugin to separate repo

This commit is contained in:
2018-11-15 18:00:07 +01:00
parent 73495201eb
commit 3a45f8626e
10 changed files with 3 additions and 1011 deletions

View File

@@ -24,6 +24,9 @@ lib_deps =
ArduinoJson
Adafruit NeoPixel
ESPAsyncTCP
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/>
@@ -39,7 +42,6 @@ lib_deps = ${common.lib_deps}
ESP8266mDNS
ESP Async WebServer
painlessMesh
https://gitlab.com/wirelos/sprocket-lib.git#develop
https://gitlab.com/wirelos/sprocket-plugin-web.git
@@ -54,7 +56,6 @@ build_flags = -Wl,-Teagle.flash.4m1m.ld
-DSPROCKET_PRINT=1
lib_deps = ${common.lib_deps}
painlessMesh
https://gitlab.com/wirelos/sprocket-lib.git#develop
[env:release]
src_filter = +<*> -<wifiMesh/> +<wifi/>
@@ -66,7 +67,6 @@ framework = ${common.framework}
build_flags = -Wl,-Teagle.flash.4m1m.ld
-DSPROCKET_PRINT=0
lib_deps = ${common.lib_deps}
https://gitlab.com/wirelos/sprocket-lib.git#develop
https://gitlab.com/wirelos/sprocket-plugin-web.git