Various minor fixes

This commit is contained in:
Oleg Kalachev
2026-01-24 09:34:16 +03:00
parent e47a31f981
commit ca50f75576
3 changed files with 2 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ lines = []
print('Downloading log...')
count = 0
dev.write('log\n'.encode())
dev.write('log dump\n'.encode())
while True:
line = dev.readline()
if not line: