Skip to content

Commit

Permalink
Fix source file for ESPHome 2024.6.0 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz authored Jun 20, 2024
1 parent 45ef62c commit c9782d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
source_bin = elf.with_name("firmware.uf2")
dest_bin = file_base / f"{name}.uf2"
else:
source_bin = elf.with_name("firmware-factory.bin")
source_bin = elf.with_name("firmware.factory.bin")
dest_bin = file_base / f"{name}.bin"
print("::endgroup::")

Expand Down

0 comments on commit c9782d7

Please sign in to comment.