Skip to content

ESP32-S3 example: added SysEx processing and some comments #92

ESP32-S3 example: added SysEx processing and some comments

ESP32-S3 example: added SysEx processing and some comments #92

Workflow file for this run

name: Rust
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose