Skip to content

Commit

Permalink
Update cp_bootloader.be
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Sep 13, 2023
1 parent 7986cc3 commit f9911b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raw/esp32c3/Shelly_Plus1PMMini/cp_bootloader.be
Original file line number Diff line number Diff line change
@@ -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()
Expand Down

0 comments on commit f9911b4

Please sign in to comment.