Skip to content

Commit cacdd19

Browse files
authored
Add URL retrieval for tasmota32p4ser safeboot file
1 parent 880c5a7 commit cacdd19

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

copy_safeboot.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,6 @@
4141

4242
URL = "https://github.com/arendst/Tasmota-firmware/raw/firmware/firmware/tasmota32/tasmota32p4-safeboot.bin"
4343
response = request.urlretrieve(URL, "tasmota32p4-safeboot.bin")
44+
45+
URL = "https://github.com/arendst/Tasmota-firmware/raw/firmware/firmware/tasmota32/tasmota32p4ser-safeboot.bin"
46+
response = request.urlretrieve(URL, "tasmota32p4ser-safeboot.bin")

0 commit comments

Comments
 (0)