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()