minor blackspace fix

This commit is contained in:
Ricardo Guzman (Richonguzman)
2026-03-10 23:43:50 -03:00
parent 372bb532b8
commit 198245f600

View File

@@ -115,7 +115,7 @@ jobs:
- name: Build target - name: Build target
run: | run: |
pio run -e ${{ matrix.target.name }} pio run -e ${{ matrix.target.name }}
- name: Build FS - name: Build FS
run: | run: |
@@ -130,7 +130,7 @@ jobs:
cp .pio/build/${{ matrix.target.name }}/partitions.bin installer/firmware/ cp .pio/build/${{ matrix.target.name }}/partitions.bin installer/firmware/
cp .pio/build/${{ matrix.target.name }}/spiffs.bin installer/firmware/ cp .pio/build/${{ matrix.target.name }}/spiffs.bin installer/firmware/
cp ~/.platformio/packages/framework-arduinoespressif32/tools/partitions/boot_app0.bin installer/firmware/ cp ~/.platformio/packages/framework-arduinoespressif32/tools/partitions/boot_app0.bin installer/firmware/
- name: Merge for web flashing - name: Merge for web flashing
run: | run: |
if [ "${{ matrix.target.chip }}" == "esp32" ]; then if [ "${{ matrix.target.chip }}" == "esp32" ]; then