We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 880c5a7 commit cacdd19Copy full SHA for cacdd19
copy_safeboot.py
@@ -41,3 +41,6 @@
41
42
URL = "https://github.com/arendst/Tasmota-firmware/raw/firmware/firmware/tasmota32/tasmota32p4-safeboot.bin"
43
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