Skip to content

Update PMR 446 spectrum preset as suggested by Marcos #216

Update PMR 446 spectrum preset as suggested by Marcos

Update PMR 446 spectrum preset as suggested by Marcos #216

Workflow file for this run

on:
push:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: arm-none-eabi-gcc
uses: carlosperate/arm-none-eabi-gcc-action@v1
with:
release: '10.3-2021.10'
- name: Checkout
uses: actions/checkout@v4
- name: Submodules
run: git submodule update --init --recursive --depth 1
- name: Make
run: make
- name: size
run: arm-none-eabi-size firmware
- name: 'Upload Artifact'
uses: actions/upload-artifact@v4
with:
name: firmware
path: firmware*.bin