Skip to content

update to library and example to create robust processing and callbacks for both decoded and encrypted and generic PortNum #80

update to library and example to create robust processing and callbacks for both decoded and encrypted and generic PortNum

update to library and example to create robust processing and callbacks for both decoded and encrypted and generic PortNum #80

Workflow file for this run

name: "CI"
on:
pull_request:
push:
jobs:
ci:
runs-on: ubuntu-20.04
steps:
- name: Checkout this repository
uses: actions/checkout@v4
- name: Cache for arduino-ci
uses: actions/cache@v4
with:
path: |
~/.arduino15
key: ${{ runner.os }}-arduino
- name: Install nix
uses: cachix/install-nix-action@v30
- run: nix-shell -I nixpkgs=channel:nixpkgs-unstable -p arduino-ci --run "arduino-ci"