From cc1827aff9b9d2ef704919dabe70515f6f177d19 Mon Sep 17 00:00:00 2001 From: Christopher Nadler <147471517+cnadler86@users.noreply.github.com> Date: Mon, 14 Oct 2024 07:22:52 +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 886a314..f578912 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 esp32s3 --firmware ~/artifacts/firmware.bin --source ${{ github.workspace }}/examples --build ~/artifacts/firmware2.bin + vfsmerge --port esp3 --firmware ~/artifacts/firmware.bin --source ${{ github.workspace }}/examples --build ~/artifacts/firmware2.bin - name: Upload firmware artifact uses: actions/upload-artifact@v4