Skip to content

Commit 0fccc16

Browse files
authored
add Shelly 1 gen 3
1 parent 7bf9b0f commit 0fccc16

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build-zip.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,12 @@ printf "\nDone mgos32-to-tasmota32-$shelly_device.zip\n\n"
127127
128128
}
129129
130+
ShellyG3=( S1G3 )
131+
for i in "${ShellyG3[@]}"
132+
do
133+
generatezip $i "tasmota32c3.bin" "fs-1024.img" 3
134+
done
135+
130136
ShellyMiniG3=( Mini1PMG3 Mini1G3 MiniPMG3 )
131137
for i in "${ShellyMiniG3[@]}"
132138
do

0 commit comments

Comments
 (0)