|
12 | 12 | URL = "https://github.com/arendst/Tasmota-firmware/raw/firmware/firmware/tasmota32/tasmota32c3ser-safeboot.bin" |
13 | 13 | response = request.urlretrieve(URL, "tasmota32c3ser-safeboot.bin") |
14 | 14 |
|
| 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 | + |
15 | 27 | URL = "https://github.com/arendst/Tasmota-firmware/raw/firmware/firmware/tasmota32/tasmota32s2-safeboot.bin" |
16 | 28 | response = request.urlretrieve(URL, "tasmota32s2-safeboot.bin") |
17 | 29 |
|
|
27 | 39 | URL = "https://github.com/arendst/Tasmota-firmware/raw/firmware/firmware/tasmota32/tasmota32c2-safeboot.bin" |
28 | 40 | response = request.urlretrieve(URL, "tasmota32c2-safeboot.bin") |
29 | 41 |
|
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