Skip to content

Commit 1f29dc0

Browse files
authored
Add additional safeboot binaries for Tasmota firmware
1 parent f654349 commit 1f29dc0

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

copy_safeboot.py

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@
1212
URL = "https://github.com/arendst/Tasmota-firmware/raw/firmware/firmware/tasmota32/tasmota32c3ser-safeboot.bin"
1313
response = request.urlretrieve(URL, "tasmota32c3ser-safeboot.bin")
1414

15+
URL = "https://github.com/arendst/Tasmota-firmware/raw/firmware/firmware/tasmota32/tasmota32c5-safeboot.bin"
16+
response = request.urlretrieve(URL, "tasmota32c5-safeboot.bin")
17+
18+
URL = "https://github.com/arendst/Tasmota-firmware/raw/firmware/firmware/tasmota32/tasmota32c5ser-safeboot.bin"
19+
response = request.urlretrieve(URL, "tasmota32c5ser-safeboot.bin")
20+
21+
URL = "https://github.com/arendst/Tasmota-firmware/raw/firmware/firmware/tasmota32/tasmota32c6-safeboot.bin"
22+
response = request.urlretrieve(URL, "tasmota32c6-safeboot.bin")
23+
24+
URL = "https://github.com/arendst/Tasmota-firmware/raw/firmware/firmware/tasmota32/tasmota32c6ser-safeboot.bin"
25+
response = request.urlretrieve(URL, "tasmota32c6ser-safeboot.bin")
26+
1527
URL = "https://github.com/arendst/Tasmota-firmware/raw/firmware/firmware/tasmota32/tasmota32s2-safeboot.bin"
1628
response = request.urlretrieve(URL, "tasmota32s2-safeboot.bin")
1729

@@ -27,8 +39,5 @@
2739
URL = "https://github.com/arendst/Tasmota-firmware/raw/firmware/firmware/tasmota32/tasmota32c2-safeboot.bin"
2840
response = request.urlretrieve(URL, "tasmota32c2-safeboot.bin")
2941

30-
URL = "https://github.com/arendst/Tasmota-firmware/raw/firmware/firmware/tasmota32/tasmota32c6-safeboot.bin"
31-
response = request.urlretrieve(URL, "tasmota32c6-safeboot.bin")
32-
33-
URL = "https://github.com/arendst/Tasmota-firmware/raw/firmware/firmware/tasmota32/tasmota32c6ser-safeboot.bin"
34-
response = request.urlretrieve(URL, "tasmota32c6ser-safeboot.bin")
42+
URL = "https://github.com/arendst/Tasmota-firmware/raw/firmware/firmware/tasmota32/tasmota32p4-safeboot.bin"
43+
response = request.urlretrieve(URL, "tasmota32p4-safeboot.bin")

0 commit comments

Comments
 (0)