Skip to content

Commit

Permalink
add Shelly 1 gen 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Nov 9, 2024
1 parent 7bf9b0f commit 0fccc16
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build-zip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,12 @@ printf "\nDone mgos32-to-tasmota32-$shelly_device.zip\n\n"
}
ShellyG3=( S1G3 )
for i in "${ShellyG3[@]}"
do
generatezip $i "tasmota32c3.bin" "fs-1024.img" 3
done
ShellyMiniG3=( Mini1PMG3 Mini1G3 MiniPMG3 )
for i in "${ShellyMiniG3[@]}"
do
Expand Down

0 comments on commit 0fccc16

Please sign in to comment.