Skip to content

chore: new features, bug fixes & refactoring to platformio #3

chore: new features, bug fixes & refactoring to platformio

chore: new features, bug fixes & refactoring to platformio #3

Workflow file for this run

on:
- pull_request
jobs:
compile-sketch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
name: Checkout code
- uses: canastro/[email protected]
name: copy local_config.h
with:
source: "local_config.dist.h"
target: "local_config.h"
- uses: arduino/[email protected]
name: Compile Sketch
with:
cli-compile-flags: |
- --output-dir
- $RUNNER_TEMP
- -v
fqbn: "esp8266:esp8266:nodemcu https://arduino.esp8266.com/stable/package_esp8266com_index.json"
sketch-paths: |
- ./
libraries: |
# no libraries required
- name: LEDMatrixDriver
version: 0.2.2
- name: PubSubClient
version: 2.8.0
- name: WiFiManager
version: 2.0.12-beta