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

@ -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 ~