Skip to content

- Removed code for buttons #49

- Removed code for buttons

- Removed code for buttons #49

Workflow file for this run

name: Platform IO CI
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up python
uses: actions/setup-python@v2
with:
python-version: '3.x'
architecture: 'x64'
- name: Generate image files
run: |
chmod +x ./generate_images.sh
./generate_images.sh
- name: Install PlatformIO
run: python -m pip install platformio
- name: Build firmware
run: platformio run
- name: Archive
uses: actions/upload-artifact@v2
with:
name: firmware.bin
path: .pio/build/*/firmware.bin