mirror of
https://github.com/esphome/esphome.git
synced 2024-11-27 09:18:00 +01:00
was missing a line
This commit is contained in:
parent
59809788c9
commit
a062a22e72
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ class BitWriter:
|
|||
def flush(self):
|
||||
if self.size > 0:
|
||||
b = (self.buff << (8 - self.size)) & 255
|
||||
self.put_bits(b, 8)
|
||||
|
||||
|
||||
def compress(s):
|
||||
|
|
Loading…
Reference in a new issue