Added ADS-B and GPS to startup

This commit is contained in:
2021-04-25 10:07:16 -04:00
parent 6d18ce80cf
commit 477bdaa40d
4 changed files with 16 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
ADSB=$HOME/ProbeStar/pi_tools/Projects/ADS-B/dump1090
ADSB=$HOME/ProbeStar/pi_tools/Projects/ADS-B/
if [ -d $ADSB ]; then
cd $ADSB

View File

@ -0,0 +1,6 @@
@lxpanel --profile LXDE-pi
@pcmanfm --desktop --profile LXDE-pi
@xscreensaver -no-splash
@point-rpi
@/home/pi/start_rpi.sh

View File

@ -30,3 +30,7 @@ ln -fs ~/src/dump1090
sudo cp config.js /var/www/html/dump1090-fa
cd /var/www/html/dump1090-fa
sudo ln -fs /run/dump1090-fa data
# startup
cp -r config/* ~/.config
cp start_rpi.sh ~

5
Projects/ADS-B/start-rpi.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
xgps &
lxterminal -e "ADS-B" --command "ads-b.sh" &