Skip to content

Merge pull request #365 from LoQue90/fix-wrong-pin-P_SENS #524

Merge pull request #365 from LoQue90/fix-wrong-pin-P_SENS

Merge pull request #365 from LoQue90/fix-wrong-pin-P_SENS #524

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Add config file
working-directory: ./src
run: cp userConfig_sample.h userConfig.h
- name: PlatformIO Run
uses: karniv00l/platformio-run-action@v1
with:
silent: false
verbose: true
disable-auto-clean: false