From fcc4d089f0f48629c236dab757aa00d098abf09c Mon Sep 17 00:00:00 2001 From: Pecusx Date: Mon, 14 May 2018 09:39:37 +0200 Subject: [PATCH] Wait 10s. for network --- radio4.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radio4.py b/radio4.py index 4b43b34..1d91c0a 100755 --- a/radio4.py +++ b/radio4.py @@ -137,7 +137,7 @@ class MyDaemon(Daemon): lcd.line2(message) lcd.line3("Waiting for network") - IPwait = 5 # Wait max 5s. for network + IPwait = 10 # Wait max 10s. for network while IPwait > 0: IPwait = IPwait - 1 ipaddr = exec_cmd('hostname -I')