increase tmo in write_from_rpi - add version=1 to linse-rpi10

This commit is contained in:
2025-08-19 13:00:41 +02:00
parent 3acdfd4ff0
commit 1c07c5853f
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -3,4 +3,5 @@
[BOX]
description=iono pi for tests
type=ionopi
version=1
MAC=e4:5f:01:ca:0e:2b
+1 -1
View File
@@ -42,7 +42,7 @@ def rpiboot():
if lines is None:
pass # print(line)
elif 'Waiting' in line:
tmo = 10
tmo = 30
lines.append(line)
t = time.time()
elif tmo == 1: