Merge branch 'master' into batc_staging

pull/61/head
Dave Crump 2017-02-02 16:29:43 +00:00 zatwierdzone przez GitHub
commit 2d061b45b1
4 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

@ -65,6 +65,7 @@ sudo make install
# Compile adf4351
cd /home/pi/rpidatv/src/adf4351
touch adf4351.c
make
cp adf4351 ../../bin/

Wyświetl plik

@ -58,7 +58,7 @@ then
printf "\nUpgrading now to the Development Version...\n"
cd /home/pi
rm update.sh >/dev/null 2>/dev/null
wget https://raw.githubusercontent.com/davecrump/rpidatv/master/update.sh
wget https://raw.githubusercontent.com/davecrump/rpidatv/master/update.
chmod +x update.sh
/home/pi/update.sh -d
exit

Wyświetl plik

@ -1,5 +1,6 @@
#!/bin/bash
# Updated by davecrump 201702020
# Modified to overwrite ~/rpidatv/scripts and
@ -87,6 +88,7 @@ sudo make install
#install adf4351
cd /home/pi/rpidatv/src/adf4351
touch adf4351.c
make
cp adf4351 ../../bin/
cd /home/pi

Wyświetl plik

@ -1,7 +1,9 @@
201702020
Updated to latest version of pi-sdn and suppressed error messages
Implemented automated install of development versions if requested with -d and -s
201701280
Corrected a bug in the upgrade script that did not enable the new ADF4351 functionality