Merge pull request #15843 from arendst/safeboot_source

safeboot firmware from OTA source
This commit is contained in:
Jason2866 2022-06-22 19:00:34 +02:00 committed by GitHub
commit a7e9c639f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ def esp32_build_filesystem(fs_size):
return True
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")
if(exists(safeboot_fw_name)):
print("safeboot binary already in place.")