mirror of
https://gitlab.com/wirelos/sprocket-network-wifi.git
synced 2025-12-14 12:46:51 +01:00
ota
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user