Skip to content

add manual flush as own function #65

add manual flush as own function

add manual flush as own function #65

Workflow file for this run

name: Format
on: [push, pull_request]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: PlatformIO Run
uses: karniv00l/platformio-run-action@v1
with:
environments: "esp32_usb"
targets: "check-format"
silent: false
verbose: true
disable-auto-clean: false