mirror of
https://gitlab.com/zwirbel/illucat.git
synced 2025-12-14 17:35:22 +01:00
update deps
This commit is contained in:
@@ -20,17 +20,16 @@ monitor_baud = 115200
|
|||||||
lib_deps =
|
lib_deps =
|
||||||
Hash
|
Hash
|
||||||
TaskScheduler
|
TaskScheduler
|
||||||
;SPIFFS
|
|
||||||
ArduinoJson@5.13.4
|
ArduinoJson@5.13.4
|
||||||
adafruit/Adafruit NeoPixel@1.7.0
|
adafruit/Adafruit NeoPixel@1.7.0
|
||||||
me-no-dev/ESPAsyncTCP@1.2.0
|
me-no-dev/ESPAsyncTCP@1.2.0
|
||||||
me-no-dev/ESPAsyncWebServer@1.2.3
|
me-no-dev/ESPAsyncWebServer@1.2.3
|
||||||
me-no-dev/AsyncTCP@1.1.1
|
me-no-dev/AsyncTCP@1.1.1
|
||||||
ESP8266mDNS
|
ESP8266mDNS
|
||||||
symlink://../../core
|
;symlink://../../core
|
||||||
symlink://../../plugins/neopixel
|
;symlink://../../plugins/neopixel
|
||||||
;https://gitlab.com/wirelos/sprocket-lib.git#develop
|
https://gitlab.com/wirelos/sprocket-lib.git#master
|
||||||
;https://gitlab.com/wirelos/sprocket-plugin-neopixel.git
|
https://gitlab.com/wirelos/sprocket-plugin-neopixel.git#master
|
||||||
|
|
||||||
|
|
||||||
[env:esp01]
|
[env:esp01]
|
||||||
@@ -46,10 +45,10 @@ monitor_baud = ${common.monitor_baud}
|
|||||||
framework = ${common.framework}
|
framework = ${common.framework}
|
||||||
build_flags = -Wl,-Teagle.flash.1m256.ld -DSPROCKET_PRINT=1
|
build_flags = -Wl,-Teagle.flash.1m256.ld -DSPROCKET_PRINT=1
|
||||||
lib_deps = ${common.lib_deps}
|
lib_deps = ${common.lib_deps}
|
||||||
symlink://../../network/wifi
|
;symlink://../../network/wifi
|
||||||
symlink://../../plugins/web
|
;symlink://../../plugins/web
|
||||||
;https://gitlab.com/wirelos/sprocket-network-wifi.git#next
|
https://gitlab.com/wirelos/sprocket-network-wifi.git#master
|
||||||
;https://gitlab.com/wirelos/sprocket-plugin-web.git#next
|
https://gitlab.com/wirelos/sprocket-plugin-web.git#master
|
||||||
|
|
||||||
|
|
||||||
;[env:build-esp32]
|
;[env:build-esp32]
|
||||||
@@ -77,10 +76,10 @@ framework = ${common.framework}
|
|||||||
build_flags = -Wl,-Teagle.flash.4m1m.ld
|
build_flags = -Wl,-Teagle.flash.4m1m.ld
|
||||||
-DSPROCKET_PRINT=1
|
-DSPROCKET_PRINT=1
|
||||||
lib_deps = ${common.lib_deps}
|
lib_deps = ${common.lib_deps}
|
||||||
symlink://../../network/wifi
|
;symlink://../../network/wifi
|
||||||
symlink://../../plugins/web
|
;symlink://../../plugins/web
|
||||||
;https://gitlab.com/wirelos/sprocket-network-wifi.git#next
|
https://gitlab.com/wirelos/sprocket-network-wifi.git#master
|
||||||
;https://gitlab.com/wirelos/sprocket-plugin-web.git#next
|
https://gitlab.com/wirelos/sprocket-plugin-web.git#master
|
||||||
|
|
||||||
[env:release]
|
[env:release]
|
||||||
src_filter = +<*> -<var/> +<var/wifi/>
|
src_filter = +<*> -<var/> +<var/wifi/>
|
||||||
|
|||||||
Reference in New Issue
Block a user