Update build-test.yml

This commit is contained in:
Jonas Niesner
2023-08-29 18:45:22 +02:00
committed by GitHub
parent 71d8aba77a
commit b423ed4163

View File

@@ -20,6 +20,11 @@ jobs:
- name: Install PlatformIO Core
run: pip install --upgrade platformio
- name: Build NRF firmware
run: |
cd ARM_Tag_FW/Newton_M3_nRF52811
pio run --environment Newton_M3_29_BWR
- name: Build Simple_AP
run: |
cd ESP32_AP-Flasher