update6-2

This commit is contained in:
richonguzman 2024-05-24 17:13:57 -04:00
parent 666c57738b
commit 09bf14f8d1

View file

@ -13,7 +13,7 @@ jobs:
target:
- name: ttgo-lora32-v21
chip: esp32
- name: heltec_wireless_stick
- name: heltec_wireless_tracker
chip: esp32s3
- name: heltec_ht-ct62
chip: esp32c3
@ -49,7 +49,7 @@ jobs:
run: |
for board in ${{ matrix.target.name }}; do
python3 -m pip install esptool
python3 -m esptool merge_bin --chip 0x00000 -o installer/web_factory_${board}.bin --flash_mode dio --flash_freq 40m --flash_size 4MB 0x1000 installer/firmware/bootloader.bin 0x9000 installer/firmware/partitions.bin 0xe000 installer/firmware/boot_app0.bin 0x10000 installer/firmware/firmware.bin 0x3D0000 installer/firmware/spiffs.bin
python3 -m esptool merge_bin --chip 0x0000 -o installer/web_factory_${board}.bin --flash_mode dio --flash_freq 40m --flash_size 4MB 0x1000 installer/firmware/bootloader.bin 0x9000 installer/firmware/partitions.bin 0xe000 installer/firmware/boot_app0.bin 0x10000 installer/firmware/firmware.bin 0x3D0000 installer/firmware/spiffs.bin
done
- name: Install Zip