Skip to content

Commit

Permalink
Build PlusPlugUK variant. (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
rweir committed Oct 11, 2023
1 parent d27cf1f commit 9a2d36e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ To recover a failed convert, flashing Tasmota over a wired serial connection is
|------|------|
| **PlusHT** | :warning:**untested** |
| **PlusPlugS** | :white_check_mark:**tested** |
| **PlusPlugUK** | :white_check_mark:**tested** |
| **PlugIT** | :warning:**untested** |
| **PlugUS** | :warning:**untested** |
| **PlugUK** | :warning:**untested** |
Expand Down
2 changes: 1 addition & 1 deletion build-zip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ do
generatezip $i "tasmota32c3.bin" "fs-4MB-tasmota-C3.img" 2
done
ShellyPlus=( PlusHT PlusPlugS PlugIT PlugUS PlugUK PlusI4 PlusWallDimmer Plus1PM Plus1 Plus2PM )
ShellyPlus=( PlusHT PlusPlugS PlusPlugUK PlugIT PlugUS PlugUK PlusI4 PlusWallDimmer Plus1PM Plus1 Plus2PM )
for i in "${ShellyPlus[@]}"
do
generatezip $i "tasmota32solo1.bin" "fs-4MB-tasmota.img" 1
Expand Down

0 comments on commit 9a2d36e

Please sign in to comment.