Hi Steen,
first of all thank you for your work with the picoreplayer. I use it for
a long time now and it is awesome. I'm using the latest version
(piCorePlayer v1.21b_RPi) 

Recently I added a DS18B20 Temperature Sensor to measure the temp inside
of my player case.  To activate the w1-gpio I have to add an additional
dtoverlay option into the config.txt.

In your cgi-bin/pcp-functions you’re removing all configured dtoverlay
content on every reboot by running 

Code:
--------------------
    sed -i '/dtoverlay= /d' $CONFIGTXT
--------------------

Could you please replace this to preserve custom options and make the
remove more specifig, e.g.:

Code:
--------------------
    sed -i '/dtoverlay=hifiberry/d' $CONFIGTXT
  sed -i '/dtoverlay=iqaudio/d' $CONFIGTXT
  
--------------------

Thank you


------------------------------------------------------------------------
moguu's Profile: http://forums.slimdevices.com/member.php?userid=58518
View this thread: http://forums.slimdevices.com/showthread.php?t=97803

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to