Skip to content

fix ESP32 error: 'GPIO' was not declared in this scope #54

fix ESP32 error: 'GPIO' was not declared in this scope

fix ESP32 error: 'GPIO' was not declared in this scope #54

name: Arduino Lint
on:
push:
pull_request:
jobs:
lint:
name: Lint Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: arduino/arduino-lint-action@v1
with:
library-manager: update
compliance: strict
project-type: all