Skip to content

Commit f51a639

Browse files
author
Luke Valenty
committed
fix to make sure boot command gets sent out
1 parent 6861a87 commit f51a639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programmer/tinyprog/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ def program(self, addr, data):
313313

314314

315315
def boot(self):
316-
self.ser.write(bytearray(0x00))
316+
self.ser.write("\x00")
317317
self.ser.flush()
318318

319319

0 commit comments

Comments
 (0)