mirror of
https://gitlab.com/wirelos/sprocket-lib.git
synced 2025-12-14 12:46:50 +01:00
add deps to common
This commit is contained in:
@@ -19,11 +19,13 @@ upload_speed = 921600
|
||||
monitor_baud = 115200
|
||||
lib_deps =
|
||||
Hash
|
||||
ESPAsyncTCP
|
||||
TaskScheduler
|
||||
SPIFFS
|
||||
ESP8266mDNS
|
||||
ArduinoOTA
|
||||
painlessMesh
|
||||
ESPAsyncTCP
|
||||
ESP Async WebServer
|
||||
|
||||
;[env:build]
|
||||
;src_filter = +<*> -<examples/>
|
||||
@@ -54,7 +56,6 @@ upload_speed = ${common.upload_speed}
|
||||
monitor_baud = ${common.monitor_baud}
|
||||
framework = ${common.framework}
|
||||
lib_deps = ${common.lib_deps}
|
||||
painlessMesh
|
||||
|
||||
[env:wifi]
|
||||
src_filter = +<*> -<examples/> +<examples/wifi/>
|
||||
@@ -63,5 +64,4 @@ board = ${common.board}
|
||||
upload_speed = ${common.upload_speed}
|
||||
monitor_baud = ${common.monitor_baud}
|
||||
framework = ${common.framework}
|
||||
lib_deps = ${common.lib_deps}
|
||||
ESP Async WebServer
|
||||
lib_deps = ${common.lib_deps}
|
||||
Reference in New Issue
Block a user