Skip to content

fix: Make ringlights FPS more reliable #46

fix: Make ringlights FPS more reliable

fix: Make ringlights FPS more reliable #46

Workflow file for this run

---
name: Build-check
on:
pull_request:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v3
with:
submodules: "recursive"
- uses: actions/setup-python@v4
with:
python-version: "3.9"
- name: Install PlatformIO Core
run: pip install --upgrade platformio
- name: Build PlatformIO Project
run: pio run -e esp32-s3