use web plugins from plugin repo

This commit is contained in:
2018-11-15 16:50:50 +01:00
parent 11959ea30b
commit 722f725bad
3 changed files with 9 additions and 139 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
@@ -39,6 +39,7 @@ lib_deps = ${common.lib_deps}
ESP8266mDNS
ESP Async WebServer
https://gitlab.com/wirelos/sprocket-lib.git#develop
https://gitlab.com/wirelos/sprocket-plugin-web.git
[env:build-mesh]
@@ -65,6 +66,7 @@ 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
;[env:mqttcat]