Skip to content

Commit

Permalink
use orig files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 committed Dec 21, 2023
1 parent 67cef2b commit c3133ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build-zip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ then
partition_file="C3_4MB_partition-table.bin"
else
platform="esp32"
boot_file="bootloader-tasmota.bin"
boot_file="bootloader.bin"
boot_file_addr=4096
partition_file="partition-table-tasmota.bin"
fi

#General:
otadata_file="otadata-tasmota.bin"
otadata_file="otadata.bin"

#Generated:

Expand Down Expand Up @@ -110,7 +110,7 @@ done
ShellyPlus=( PlusHT PlusPlugS PlusPlugUK PlusPlugIT PlusPlugUS PlugUS PlusI4 PlusWallDimmer Plus1PM Plus1 Plus2PM Plus10V )
for i in "${ShellyPlus[@]}"
do
generatezip $i "tasmota32solo1.bin" "fs-4MB-tasmota.img" 1
generatezip $i "tasmota32solo1.bin" "fs.img" 1
done
ShellyPro8MB=( Pro1 Pro1PM Pro2 Pro2PM Pro3 )
Expand Down

0 comments on commit c3133ba

Please sign in to comment.