Skip to content

Commit

Permalink
add Shelly PlusUni
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 committed Apr 5, 2024
1 parent 965a57e commit 61ae293
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build-zip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

mkdir output

#tasmota_version=$(curl --silent "https://api.github.com/repos/arendst/Tasmota/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/')
tasmota_version="12.5.0"

curl -o build-files/tasmota32.bin http://ota.tasmota.com/tasmota32/release-12.5.0/tasmota32.bin
Expand Down Expand Up @@ -121,7 +120,7 @@ do
generatezip $i "tasmota32c3.bin" "fs-4MB-tasmota-C3.img" 2
done
ShellyPlus=( PlusHT PlusPlugS PlusPlugUK PlusPlugIT PlusPlugUS PlugUS PlusI4 PlusWallDimmer Plus1PM Plus1 Plus2PM Plus10V )
ShellyPlus=( PlusHT PlusPlugS PlusPlugUK PlusPlugIT PlusPlugUS PlugUS PlusI4 PlusWallDimmer Plus1PM Plus1 Plus2PM Plus10V PlusUni )
for i in "${ShellyPlus[@]}"
do
generatezip $i "tasmota32solo1.bin" "fs-4MB-tasmota.img" 1
Expand Down

0 comments on commit 61ae293

Please sign in to comment.