Skip to content

Commit 8eaca67

Browse files
authored
Build Shelly 0-10V Dimmer (#18)
1 parent 69c6a3d commit 8eaca67

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ To recover a failed convert, flashing Tasmota over a wired serial connection is
5757
| **Plus1PMMini** | :white_check_mark:**tested** |
5858
| **Plus1Mini** | :white_check_mark:**tested** |
5959
| **PlusPMMini** | :white_check_mark:**tested** |
60+
| **Plus10V** | :white_check_mark:**tested** |
6061

6162
##### Pro4PM is build with LVGL support
6263

build-zip.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ do
102102
generatezip $i "tasmota32c3.bin" "fs-4MB-tasmota-C3.img" 2
103103
done
104104
105-
ShellyPlus=( PlusHT PlusPlugS PlusPlugUK PlusPlugIT PlusPlugUS PlusI4 PlusWallDimmer Plus1PM Plus1 Plus2PM )
105+
ShellyPlus=( PlusHT PlusPlugS PlusPlugUK PlusPlugIT PlusPlugUS PlusI4 PlusWallDimmer Plus1PM Plus1 Plus2PM Plus10V )
106106
for i in "${ShellyPlus[@]}"
107107
do
108108
generatezip $i "tasmota32solo1.bin" "fs-4MB-tasmota.img" 1

0 commit comments

Comments
 (0)