From aa0098810735a6528598bf6bd25cb203d695ebbd Mon Sep 17 00:00:00 2001 From: Christopher Nadler <147471517+cnadler86@users.noreply.github.com> Date: Mon, 14 Oct 2024 07:18:18 +0200 Subject: [PATCH] ESP32.yml aktualisieren --- .github/workflows/ESP32.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ESP32.yml b/.github/workflows/ESP32.yml index df04035..886a314 100644 --- a/.github/workflows/ESP32.yml +++ b/.github/workflows/ESP32.yml @@ -176,7 +176,7 @@ jobs: - name: Write files to binary image run: | - vfsmerge --port esp32 --firmware ~/artifacts/firmware.bin --source ${{ github.workspace }}/examples --build ~/artifacts/firmware2.bin + vfsmerge --port esp32s3 --firmware ~/artifacts/firmware.bin --source ${{ github.workspace }}/examples --build ~/artifacts/firmware2.bin - name: Upload firmware artifact uses: actions/upload-artifact@v4