pin versions

This commit is contained in:
2025-08-14 20:08:45 +02:00
parent b03530e076
commit bcb0e34384

View File

@@ -1,19 +1,20 @@
[common]
framework = arduino
platform = espressif8266
platform = platformio/espressif8266@2.6.3
board = esp12e
upload_speed = 921600
monitor_baud = 115200
lib_deps =
Hash
TaskScheduler
SPIFFS
arkhipenko/TaskScheduler@^3.8.5
ArduinoJson@5.13.4
ESPAsyncTCP
ESP8266mDNS
ESP Async WebServer
https://gitlab.com/wirelos/sprocket-lib.git#develop
https://gitlab.com/wirelos/sprocket-network-wifi.git#next
me-no-dev/ESPAsyncTCP@1.2.0
me-no-dev/ESPAsyncWebServer@1.2.3
me-no-dev/AsyncTCP@1.1.1
#symlink://../../core
#symlink://../../network/wifi
https://gitlab.com/wirelos/sprocket-lib.git#master
https://gitlab.com/wirelos/sprocket-network-wifi.git#master
[env:basic]
src_filter = +<*> -<examples/> +<examples/basic/>