From f9911b41899b4c9dcd1eaf700479f974e557605a Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Wed, 13 Sep 2023 18:34:53 +0200 Subject: [PATCH] Update cp_bootloader.be --- raw/esp32c3/Shelly_Plus1PMMini/cp_bootloader.be | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raw/esp32c3/Shelly_Plus1PMMini/cp_bootloader.be b/raw/esp32c3/Shelly_Plus1PMMini/cp_bootloader.be index a1df9ee7..df410606 100644 --- a/raw/esp32c3/Shelly_Plus1PMMini/cp_bootloader.be +++ b/raw/esp32c3/Shelly_Plus1PMMini/cp_bootloader.be @@ -1,7 +1,7 @@ import path # make sure bootloader.bin is in the file-system -if !path.exists("bootloder.bin") +if !path.exists("bootloader.bin") try var f_in = open(tasmota.wd + "bootloader.bin") var f_content = f_in.readbytes()