mirror of
https://github.com/lowobservable/oec.git
synced 2026-01-11 23:53:04 +00:00
Fix bug in handling of jumbo write split
This commit is contained in:
parent
9ad47ca526
commit
8bc1c7d212
@ -182,7 +182,7 @@ class Display:
|
||||
for chunk in chunks[1:]:
|
||||
commands.append(Data(chunk))
|
||||
|
||||
self.terminal.execute(WriteData(data))
|
||||
self.terminal.execute(commands)
|
||||
|
||||
def _eab_write_alternate(self, data):
|
||||
# The EAB_WRITE_ALTERNATE command data must be split so that the two bytes
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user