move stupid dependencies that will be removed later

This commit is contained in:
2018-11-15 18:18:48 +01:00
parent ee3692ac1f
commit 52c69833cf

View File

@@ -15,6 +15,10 @@ lib_deps =
Adafruit NeoPixel Adafruit NeoPixel
ESP8266WiFi ESP8266WiFi
ESPAsyncTCP ESPAsyncTCP
ArduinoOTA
ESP8266mDNS
ESP Async WebServer
painlessMesh
https://gitlab.com/wirelos/sprocket-lib.git#develop https://gitlab.com/wirelos/sprocket-lib.git#develop
[env:basic] [env:basic]
@@ -24,8 +28,4 @@ board = ${common.board}
upload_speed = ${common.upload_speed} upload_speed = ${common.upload_speed}
monitor_baud = ${common.monitor_baud} monitor_baud = ${common.monitor_baud}
framework = ${common.framework} framework = ${common.framework}
lib_deps = ${common.lib_deps} lib_deps = ${common.lib_deps}
ArduinoOTA
ESP8266mDNS
ESP Async WebServer
painlessMesh