]> git.plutz.net Git - rpi_small/blobdiff - files/etc/rc.local
updated submodule
[rpi_small] / files / etc / rc.local
index 5e8e42cd43f2b6b465adab081c75be299dc79c3b..05ff1c32836513b132b6e782b6faee44a91275a8 100755 (executable)
@@ -1,5 +1,8 @@
 #!/bin/sh
 
+modprobe w1-gpio pullup=1
+modprobe w1-therm
+
 bt-network -s nap br0 &
 hciconfig hci0 up
 hciconfig hci0 sspmode 1
@@ -12,3 +15,5 @@ while sleep 5; do
     bt-device --set "$mac" Trusted 1
   done
 done &
+
+/srv/gummikraken/hatch.sh &