Skip to content

Commit 58be935

Browse files
committed
fixes DMR applying wrong MODBUS function
1 parent e741c28 commit 58be935

14 files changed

Lines changed: 170 additions & 33 deletions

.github/workflows/codespell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
codespell:
3131
runs-on: ubuntu-latest
3232
steps:
33-
- uses: actions/checkout@v6
33+
- uses: actions/checkout@v7
3434
- name: Set up Python 3.14
35-
uses: actions/setup-python@v6
35+
uses: actions/setup-python@v7
3636
with:
3737
python-version: "3.14"
3838
cache: pip

.github/workflows/mypy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
runs-on: ubuntu-latest
3131
name: runner / mypy
3232
steps:
33-
- uses: actions/checkout@v6
33+
- uses: actions/checkout@v7
3434
- name: Set up Python 3.14
35-
uses: actions/setup-python@v6
35+
uses: actions/setup-python@v7
3636
with:
3737
python-version: '3.14'
3838
cache: 'pip' # caching pip dependencies

.github/workflows/pylint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
# if: github.ref == 'refs/heads/master'
3333

3434
steps:
35-
- uses: actions/checkout@v6
35+
- uses: actions/checkout@v7
3636
- name: Set up Python 3.14
37-
uses: actions/setup-python@v6
37+
uses: actions/setup-python@v7
3838
with:
3939
python-version: '3.14'
4040
cache: 'pip' # caching pip dependencies

.github/workflows/pytest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
runs-on: macos-latest # on ubunut the Qt libs are missing: ImportError: libEGL.so.1: cannot open shared object file: No such file or directory
1414
name: runner / pytest
1515
steps:
16-
- uses: actions/checkout@v6
16+
- uses: actions/checkout@v7
1717
- name: Set up Python 3.14
18-
uses: actions/setup-python@v6
18+
uses: actions/setup-python@v7
1919
with:
2020
python-version: '3.14'
2121
cache: 'pip' # caching pip dependencies

.github/workflows/ruff.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
ruff:
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: actions/checkout@v6
34+
- uses: actions/checkout@v7
3535
- uses: chartboost/ruff-action@v1
3636
with:
3737
src: './src'
Lines changed: 44 additions & 0 deletions
Loading

src/includes/Icons/coffee_dark.svg

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 48 additions & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)