update dependencies

This commit is contained in:
2018-11-16 20:06:39 +01:00
parent 6e63a18a53
commit 91566eca43
2 changed files with 7 additions and 17 deletions

View File

@@ -8,8 +8,8 @@
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html
[platformio]
env_default = build
;[platformio]
;env_default = build
[common]
framework = arduino
@@ -27,23 +27,9 @@ lib_deps =
ArduinoOTA
ESP8266mDNS
ESP Async WebServer
painlessMesh
https://gitlab.com/wirelos/sprocket-lib.git#develop
https://gitlab.com/wirelos/sprocket-plugin-neopixel.git
[env:build]
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/>
@@ -55,6 +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-network-wifi.git
https://gitlab.com/wirelos/sprocket-plugin-web.git
@@ -69,6 +56,7 @@ build_flags = -Wl,-Teagle.flash.4m1m.ld
-DSPROCKET_PRINT=1
lib_deps = ${common.lib_deps}
painlessMesh
https://gitlab.com/wirelos/sprocket-network-mesh.git
[env:release]
src_filter = +<*> -<var/> +<var/wifi/>
@@ -80,6 +68,7 @@ framework = ${common.framework}
build_flags = -Wl,-Teagle.flash.4m1m.ld
-DSPROCKET_PRINT=0
lib_deps = ${common.lib_deps}
https://gitlab.com/wirelos/sprocket-network-wifi.git
https://gitlab.com/wirelos/sprocket-plugin-web.git
@@ -93,6 +82,7 @@ framework = ${common.framework}
build_flags = -Wl,-Teagle.flash.4m1m.ld
-DSPROCKET_PRINT=1
lib_deps = ${common.lib_deps}
https://gitlab.com/wirelos/sprocket-network-wifi.git
https://gitlab.com/wirelos/sprocket-plugin-web.git
https://gitlab.com/wirelos/sprocket-plugin-mqtt.git
PubSubClient

View File

@@ -1,6 +1,6 @@
#include "config.h"
#include "Sprocket.h"
#include <plugins/MeshNetworkPlugin.cpp>
#include <MeshNetworkPlugin.cpp>
#include "PixelPlugin.h"
Sprocket *sprocket;