moguu wrote: 
> 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
Yep, that is our fault and we have fixed it already for the next
version. Sorry for the problems it might have caused. 

Steen



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://sites.google.com/site/picoreplayer/home

*Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=U7JHY5WYHCNRU&lc=GB&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
if you like the piCorePlayer*
------------------------------------------------------------------------
sbp's Profile: http://forums.slimdevices.com/member.php?userid=37237
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