Skip to content

fix build

fix build #43

Workflow file for this run

name: Build
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install PlatformIO
run: pip install -U platformio
- name: Build
run: |
pio run -e ESP32TestNip01
pio run -e ESP32TestNip04
pio run -e ESP32TestNWC