mirror of
https://github.com/MeshEnvy/mesh-forge.git
synced 2026-08-06 17:03:28 +02:00
Add Meshtastic OTA companion download step to CI workflows and update flash manifest script for ESP32-C3/C6 support
This commit is contained in:
@@ -165,6 +165,15 @@ jobs:
|
||||
exit 1
|
||||
fi
|
||||
|
||||
- name: Download Meshtastic ESP OTA companion (if applicable)
|
||||
shell: bash
|
||||
run: |
|
||||
set -e
|
||||
ROOT=$(cat /tmp/fw-src-root.txt)
|
||||
cd "$ROOT"
|
||||
BUILD_DIR=".pio/build/${{ inputs.target_env }}"
|
||||
bash "${{ github.workspace }}/scripts/download-meshtastic-ota.sh" "$ROOT/$BUILD_DIR"
|
||||
|
||||
- name: Package and upload firmware bundle
|
||||
id: pio
|
||||
env:
|
||||
|
||||
@@ -165,6 +165,15 @@ jobs:
|
||||
exit 1
|
||||
fi
|
||||
|
||||
- name: Download Meshtastic ESP OTA companion (if applicable)
|
||||
shell: bash
|
||||
run: |
|
||||
set -e
|
||||
ROOT=$(cat /tmp/fw-src-root.txt)
|
||||
cd "$ROOT"
|
||||
BUILD_DIR=".pio/build/${{ inputs.target_env }}"
|
||||
bash "${{ github.workspace }}/scripts/download-meshtastic-ota.sh" "$ROOT/$BUILD_DIR"
|
||||
|
||||
- name: Package and upload firmware bundle
|
||||
id: pio
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user