mbv: bigger prog chunks

This commit is contained in:
Paul Mathieu 2025-06-24 23:02:57 -07:00
parent d18d41fc02
commit 2e0507d0bb

View File

@ -8,7 +8,7 @@ import time
offset = 0x80000000
tty = '/dev/ttyUSB1'
baud = 115200
chunksize = 128
chunksize = 1024
def write(s, offset, dat):