This commit is contained in:
2018-11-16 19:18:17 +01:00
parent 6b3254812e
commit 6df3595648
6 changed files with 140 additions and 9 deletions

View File

@@ -12,7 +12,6 @@ lib_deps =
TaskScheduler
SPIFFS
ArduinoJson
ArduinoOTA
ESP8266mDNS
https://gitlab.com/wirelos/sprocket-lib.git#feature/13-separation-of-concerns
@@ -23,4 +22,14 @@ board = ${common.board}
upload_speed = ${common.upload_speed}
monitor_baud = ${common.monitor_baud}
framework = ${common.framework}
lib_deps = ${common.lib_deps}
lib_deps = ${common.lib_deps}
[env:ota]
src_filter = +<*> -<examples/> +<examples/basic/>
platform = ${common.platform}
board = ${common.board}
upload_speed = ${common.upload_speed}
monitor_baud = ${common.monitor_baud}
framework = ${common.framework}
lib_deps = ${common.lib_deps}
ArduinoOTA