Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/P180-buscmd-helper-support-for-data-from-variables

This commit is contained in:
Ton Huisman
2026-04-15 23:02:48 +02:00
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ jobs:
- id: set-matrix
run: |
pip install uv
uv pip install --system platformio
uv pip install --system pioarduino
python tools/ci/generate-matrix.py
build:
+2 -2
View File
@@ -28,7 +28,7 @@ jobs:
- id: set-matrix
run: |
pip install uv
uv pip install --system platformio
uv pip install --system pioarduino
python tools/ci/generate-matrix.py
build:
@@ -101,7 +101,7 @@ jobs:
notes: ${{ steps.release-notes.outputs.result }}
steps:
- id: release-notes
uses: actions/github-script@v8
uses: actions/github-script@v9
with:
result-encoding: string
script: |
+1 -1
View File
@@ -1,4 +1,4 @@
platformio==6.1.18
pioarduino==6.1.19
pygit2>=1.10.1
cryptography==44.0.1
setuptools>=75.8