QR code display the CO2 values over last 24h #31
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build OpenCO2_Sensor | |
on: push | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out repository | |
uses: actions/checkout@v2 | |
- uses: arduino/compile-sketches@v1 | |
with: | |
fqbn: "esp32:esp32:esp32s2" | |
platforms: | | |
- name: esp32:esp32 | |
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json | |
libraries: | | |
- name: Adafruit DotStar | |
- name: Sensirion Core | |
- name: Sensirion I2C SCD4x | |
- name: esp32-waveshare-epd | |
source-path: ./esp32-waveshare-epd | |
sketch-paths: | | |
- . |