mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
lcdproc: sleep 3 sec. before starting to be ensure the driver is loaded
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
3f62476664
commit
15cd047624
@ -42,9 +42,11 @@
|
||||
|
||||
# sleep 10sec. to for irserver loading
|
||||
if [ "$LCD_DRIVER" = "irtrans" ]; then
|
||||
usleep 10000000
|
||||
usleep 7000000
|
||||
fi
|
||||
|
||||
# sleep another 3sec. to for irserver loading
|
||||
usleep 7000000
|
||||
LCDd -c $LCD_CONFIG -d $LCD_DRIVER > /dev/null 2>&1
|
||||
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user