safemode bin repo is arendst/Tasmota-firmware/

This commit is contained in:
Jason2866 2022-05-03 13:49:19 +02:00 committed by GitHub
parent 960cee17ab
commit 160282b261
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ variants_dir = join(FRAMEWORK_DIR, "variants", "tasmota")
def esp32_fetch_safemode_bin(chip):
safemode_fw_url = "https://github.com/Jason2866/Tasmota-specials/raw/firmware/firmware/tasmota32/other/tasmota" + chip[3:] + "-safemode.bin"
safemode_fw_url = "https://github.com/arendst/Tasmota-firmware/raw/main/firmware/tasmota32/tasmota" + chip[3:] + "-safemode.bin"
safemode_fw_name = safemode_dir + "/tasmota" + chip[3:] + "-safemode.bin"
if(exists(safemode_fw_name)):
print("Safemode binary already downloaded.")