From ae29e7a111078d08809d95bb7019de6b7999c7ca Mon Sep 17 00:00:00 2001 From: Kurt Date: Tue, 28 Apr 2026 10:56:56 +0200 Subject: [PATCH] v4.35p uf2 conv --- .github/workflows/meshcom-ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/meshcom-ci.yml b/.github/workflows/meshcom-ci.yml index 7a1a84bf..c70f641b 100644 --- a/.github/workflows/meshcom-ci.yml +++ b/.github/workflows/meshcom-ci.yml @@ -55,7 +55,13 @@ jobs: - name: Build all Projects run: "cd ${{ github.workspace }} && pio run" - - name: Convert to UF2 + - name: Convert RAK to UF2 + run: "wget https://raw.githubusercontent.com/microsoft/uf2/refs/heads/master/utils/uf2conv.py && wget https://raw.githubusercontent.com/microsoft/uf2/refs/heads/master/utils/uf2families.json && python3 uf2conv.py .pio/build/wiscore_rak4631/firmware.hex -c -o .pio/build/wiscore_rak4631/wiscore_rak4631.uf2 -f 0xADA52840 + + - name: Convert HELTEC_T114 to UF2 + run: "wget https://raw.githubusercontent.com/microsoft/uf2/refs/heads/master/utils/uf2conv.py && wget https://raw.githubusercontent.com/microsoft/uf2/refs/heads/master/utils/uf2families.json && python3 uf2conv.py .pio/build/heltec_t114/firmware.bin -c -o .pio/build/wiscore_rak4631/heltec_t114.uf2 -f 0xADA52840 + + - name: Convert T_ECHO to UF2 run: "wget https://raw.githubusercontent.com/microsoft/uf2/refs/heads/master/utils/uf2conv.py && wget https://raw.githubusercontent.com/microsoft/uf2/refs/heads/master/utils/uf2families.json && python3 uf2conv.py .pio/build/wiscore_rak4631/firmware.hex -c -o .pio/build/wiscore_rak4631/wiscore_rak4631.uf2 -f 0xADA52840 - name: Rename Files