diff --git a/platformio.ini b/platformio.ini
index 30fb3d6..8699069 100644
--- a/platformio.ini
+++ b/platformio.ini
@@ -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 = +<*> - +
-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 = +<*> - +
@@ -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 = +<*> - +
@@ -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
\ No newline at end of file
diff --git a/src/var/wifiMesh/main.cpp b/src/var/wifiMesh/main.cpp
index 15fb160..2c262db 100644
--- a/src/var/wifiMesh/main.cpp
+++ b/src/var/wifiMesh/main.cpp
@@ -1,6 +1,6 @@
#include "config.h"
#include "Sprocket.h"
-#include
+#include
#include "PixelPlugin.h"
Sprocket *sprocket;