Skip to content

Commit

Permalink
Build Shelly 0-10V Dimmer (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesturton authored Oct 29, 2023
1 parent 69c6a3d commit 8eaca67
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 @@ -57,6 +57,7 @@ To recover a failed convert, flashing Tasmota over a wired serial connection is
| **Plus1PMMini** | :white_check_mark:**tested** |
| **Plus1Mini** | :white_check_mark:**tested** |
| **PlusPMMini** | :white_check_mark:**tested** |
| **Plus10V** | :white_check_mark:**tested** |

##### Pro4PM is build with LVGL support

Expand Down
2 changes: 1 addition & 1 deletion build-zip.sh
100644 → 100755
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 PlusPlugUK PlusPlugIT PlusPlugUS PlusI4 PlusWallDimmer Plus1PM Plus1 Plus2PM )
ShellyPlus=( PlusHT PlusPlugS PlusPlugUK PlusPlugIT PlusPlugUS PlusI4 PlusWallDimmer Plus1PM Plus1 Plus2PM Plus10V )
for i in "${ShellyPlus[@]}"
do
generatezip $i "tasmota32solo1.bin" "fs-4MB-tasmota.img" 1
Expand Down

0 comments on commit 8eaca67

Please sign in to comment.