Skip to content

Commit fab85fc

Browse files
committed
New location of esp32 bootloader.
1 parent c6e7e3b commit fab85fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
102102
- name: Package firmware
103103
run: |
104-
cp /github/home/.platformio/packages/framework-arduinoespressif32/tools/sdk/bin/bootloader_dio_40m.bin 0x01000.bin
104+
cp /github/home/.platformio/packages/framework-arduinoespressif32/tools/sdk/esp32/bin/bootloader_dio_40m.bin 0x01000.bin
105105
cp bin/.pio/build/esp32dev/partitions.bin 0x08000.bin
106106
cp /github/home/.platformio/packages/framework-arduinoespressif32/tools/partitions/boot_app0.bin 0x0e000.bin
107107
cp bin/.pio/build/esp32dev/firmware.bin 0x10000.bin

0 commit comments

Comments
 (0)