Skip to content

Added rmt_config_t config Initialization with {} #16

Added rmt_config_t config Initialization with {}

Added rmt_config_t config Initialization with {} #16

Workflow file for this run

name: Building
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python
uses: actions/setup-python@v1
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install platformio
- name: Build examples
run: |
chmod +x ./scripts/build_examples.sh
./scripts/build_examples.sh