pin versions

This commit is contained in:
2025-08-14 20:06:08 +02:00
parent c289d7c614
commit 118dd47516
2 changed files with 10 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
image: python:2.7-stretch image: python:3.12.10
stages: stages:
- build - build
@@ -8,7 +8,7 @@ before_script:
examples: examples:
stage: build stage: build
image: python:2.7-stretch image: python:3.12.10
script: script:
- pio run -t clean - pio run --target clean
- pio run -e basic - pio run

View File

@@ -3,18 +3,16 @@ env_default = basic
[common] [common]
framework = arduino framework = arduino
platform = espressif8266 platform = platformio/espressif8266@2.6.3
board = esp12e board = esp12e
upload_speed = 921600 upload_speed = 921600
monitor_baud = 115200 monitor_baud = 115200
lib_deps = lib_deps =
Hash arkhipenko/TaskScheduler@^3.8.5
TaskScheduler ArduinoJson@5.13.4
SPIFFS adafruit/Adafruit NeoPixel@1.7.0
ArduinoJson #symlink://../../core
Adafruit NeoPixel https://gitlab.com/wirelos/sprocket-lib.git#master
ESP8266WiFi
https://gitlab.com/wirelos/sprocket-lib.git#develop
[env:basic] [env:basic]
src_filter = +<*> -<examples/> +<examples/basic/> src_filter = +<*> -<examples/> +<examples/basic/>