Explorar o código

assuming hdmi audio and setting it to not auto shutoff

abram %!s(int64=5) %!d(string=hai) anos
pai
achega
a08b42d41e
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      busunit/rootfs/etc/rc.local

+ 2 - 2
busunit/rootfs/etc/rc.local

@@ -36,7 +36,7 @@ sleep 2
 sleep 2
 
 ## If using HDMI sound, uncomment the following two lines...
-#vcgencmd force_audio hdmi 1 2>&1 >> /tmp/audio.log &
-#sleep 1
+vcgencmd force_audio hdmi 1 2>&1 >> /tmp/audio.log &
+sleep 1
 
 exit 0