Skip to content

disable some u8g2 features in an attempt to reduce binary size #45

disable some u8g2 features in an attempt to reduce binary size

disable some u8g2 features in an attempt to reduce binary size #45

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: |
sudo apt-get -qq update
sudo apt-get install -y build-essential python3 python3-dev
sudo pip3 install platformio
- name: Build firmware
run: |
cd firmware
pio run -t size