


--
You received this message because you are subscribed to the Google Groups "DigiPi" group.
To unsubscribe from this group and stop receiving emails from it, send an email to digipi+un...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/digipi/6699a664-4f1a-498a-bd14-3ee752428160n%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/digipi/CAJA2SDWe9NMvLSphcyTCa6VtOHwHKR35eAWZALiBfyuYOKP6Wg%40mail.gmail.com.
Install ardopcf (32 bit arm binary)
Open Shell
sudo remount
wget https://github.com/pflarue/ardop/releases/download/1.0.4.1.3/ardopcf_arm_Linux_32
chmod +x ardopcf_arm_Linux_32
Configure digipi to use ardopcf instead of piardopc
sudo nano ~/ardop.sh
Modify the existing piardopc line to run this command in place of the original piardopc: “~/ardopcf_arm_Linux_32 -G 8514” (that extra switch enables web GUI on port 8514)
Make it easy to open the web GUI:
sudo nano /etc/www/html/index.php
Add the following near the bottom, inside the same TD element as PatEmail
<br><i>
(<a href="#"
onclick="window.open(location.protocol + '//' + location.hostname + ':8514', 'ardopcf'); return false;">ardopcf gui</a>)
</i>
SAVE CONFIGURATION
You received this message because you are subscribed to a topic in the Google Groups "DigiPi" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/digipi/71hQp4Qtsdo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to digipi+un...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/digipi/a880968c-d941-4d7a-a266-e375f369df10n%40googlegroups.com.