Skip to content

Fix clock display in DE11x11.v3 layout by adding break statement to prevent 'uhr' and 'vor' from appearing together #1175

Fix clock display in DE11x11.v3 layout by adding break statement to prevent 'uhr' and 'vor' from appearing together

Fix clock display in DE11x11.v3 layout by adding break statement to prevent 'uhr' and 'vor' from appearing together #1175

Workflow file for this run

name: PlatformIO CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Cache pip
uses: actions/cache@v4
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
restore-keys: |
${{ runner.os }}-pip-
- name: Cache PlatformIO
uses: actions/cache@v4
with:
path: ~/.platformio
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
- name: Set up Python
uses: actions/setup-python@v2
- name: Install PlatformIO
run: |
python -m pip install --upgrade pip
pip install --upgrade platformio
- name: Run PlatformIO
run: pio run