adapt to new sprocket api

This commit is contained in:
2018-11-08 18:16:21 +01:00
parent 099ba3fe70
commit f3df87ed96
9 changed files with 59 additions and 107 deletions

View File

@@ -29,6 +29,7 @@ lib_deps =
ESP Async WebServer
ESPAsyncTCP
Adafruit NeoPixel
PubSubClient
[env:build]
src_filter = +<*> -<wifiMesh/> +<wifi/>
@@ -40,7 +41,7 @@ framework = ${common.framework}
build_flags = -Wl,-Teagle.flash.4m1m.ld
-DSPROCKET_PRINT=1
lib_deps = ${common.lib_deps}
https://gitlab.com/wirelos/sprocket-core.git#develop
https://gitlab.com/wirelos/sprocket-lib.git#develop
[env:build-mesh]
@@ -53,7 +54,7 @@ framework = ${common.framework}
build_flags = -Wl,-Teagle.flash.4m1m.ld
-DSPROCKET_PRINT=1
lib_deps = ${common.lib_deps}
https://gitlab.com/wirelos/sprocket-core.git#develop
https://gitlab.com/wirelos/sprocket-lib.git#develop
[env:release]
src_filter = +<*> -<wifiMesh/> +<wifi/>
@@ -65,7 +66,7 @@ framework = ${common.framework}
build_flags = -Wl,-Teagle.flash.4m1m.ld
-DSPROCKET_PRINT=0
lib_deps = ${common.lib_deps}
https://gitlab.com/wirelos/sprocket-core.git#develop
https://gitlab.com/wirelos/sprocket-lib.git#develop
[env:nodemcu]
@@ -78,4 +79,4 @@ framework = ${common.framework}
build_flags = -Wl,-Teagle.flash.4m1m.ld
-DSPROCKET_PRINT=1
lib_deps = ${common.lib_deps}
https://gitlab.com/wirelos/sprocket-core.git#develop
https://gitlab.com/wirelos/sprocket-lib.git#develop