Skip to content

Commit

Permalink
add forgotten import compress
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Sep 7, 2024
1 parent b5f26e9 commit 8956b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pio-tools/gzip-firmware.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def map_gzip(source, target, env):
try:
from zopfli.gzip import compress
except:
pass
from gzip import compress
def bin_gzip(source, target, env):
# create string with location and file names based on variant
bin_file = tasmotapiolib.get_final_bin_path(env)
Expand Down

0 comments on commit 8956b25

Please sign in to comment.