Skip to content
Orlin edited this page Oct 5, 2016 · 3 revisions

Boot

sudo nano /etc/rc.local

...
#update-rc.d mpd disable
service mpd stop
cd /home/pi
python /home/pi/cdc.py&
Clone this wiki locally