mirror of https://github.com/arendst/Tasmota.git
safeboot firmware from OTA source
This commit is contained in:
parent
e84c603d28
commit
90bd562248
|
@ -74,7 +74,7 @@ def esp32_build_filesystem(fs_size):
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def esp32_fetch_safeboot_bin(tasmota_platform):
|
def esp32_fetch_safeboot_bin(tasmota_platform):
|
||||||
safeboot_fw_url = "https://github.com/arendst/Tasmota-firmware/raw/main/firmware/tasmota32/" + tasmota_platform + "-safeboot.bin"
|
safeboot_fw_url = "http://ota.tasmota.com/tasmota32/release/" + tasmota_platform + "-safeboot.bin"
|
||||||
safeboot_fw_name = join(variants_dir, tasmota_platform + "-safeboot.bin")
|
safeboot_fw_name = join(variants_dir, tasmota_platform + "-safeboot.bin")
|
||||||
if(exists(safeboot_fw_name)):
|
if(exists(safeboot_fw_name)):
|
||||||
print("safeboot binary already in place.")
|
print("safeboot binary already in place.")
|
||||||
|
|
Loading…
Reference in New Issue