Skip to content

First step toward ESP32 AFSK modem: dual-path APRS TX/RX for field testing #682

First step toward ESP32 AFSK modem: dual-path APRS TX/RX for field testing

First step toward ESP32 AFSK modem: dual-path APRS TX/RX for field testing #682

Workflow file for this run

name: Build with PlatformIO
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
release:
types: [created]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install PlatformIO
run: pip install -U platformio
- name: Build project
run: pio run -v
working-directory: microcontroller-src