add gitignor, sample secret and redme update
parent
3a74aaf6ec
commit
cb5a29d91f
|
@ -0,0 +1 @@
|
||||||
|
secret.txt
|
|
@ -49,6 +49,12 @@ to command the flash light
|
||||||
sudo apt-get install python-pip redis-server
|
sudo apt-get install python-pip redis-server
|
||||||
sudo pip install redis
|
sudo pip install redis
|
||||||
#the redi.sh comes from here: https://github.com/crypt1d/redi.sh
|
#the redi.sh comes from here: https://github.com/crypt1d/redi.sh
|
||||||
|
cd ~
|
||||||
|
git clone https://github.com/jgarff/rpi_ws281x.git
|
||||||
|
cd rpi_ws281x
|
||||||
|
sudo apt-get install scons
|
||||||
|
scons
|
||||||
|
sudo scons
|
||||||
|
|
||||||
# setup watchdog
|
# setup watchdog
|
||||||
sudo modprobe bcm2708_wdog
|
sudo modprobe bcm2708_wdog
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
http://unsername:passwd@192.168.1.2
|
Loading…
Reference in New Issue