mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-12-18 01:43:17 +00:00
m1n1.proxy: Wait longer for reconnection
Useful when HDMI is disconnected and init takes longer Signed-off-by: Asahi Lina <lina@asahilina.net>
This commit is contained in:
parent
62e56e4b3c
commit
622b65de3e
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ class UartInterface(Reloadable):
|
||||||
self.dev.close()
|
self.dev.close()
|
||||||
print("Waiting for reconnection... ", end="")
|
print("Waiting for reconnection... ", end="")
|
||||||
sys.stdout.flush()
|
sys.stdout.flush()
|
||||||
for i in range(100):
|
for i in range(200):
|
||||||
print(".", end="")
|
print(".", end="")
|
||||||
sys.stdout.flush()
|
sys.stdout.flush()
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue