reynico / raspberry-noaa

Fully automated ISS SSTV, NOAA and Meteor satellite image downloader using Raspberry PI
https://github.com/reynico/raspberry-noaa
GNU General Public License v3.0
180 stars 56 forks source link

Why chandged 6 days aogo. #93

Closed tomamdy closed 3 years ago

tomamdy commented 3 years ago

Changed -g 50 to -g $GAIN . What for a improvement is that? Because I have to change noaa.conf. too.

receive.sh Changed -g 50 to -g $GAIN 6 days ago receive_iss.sh Changed -g 50 to -g $GAIN 6 days ago receive_meteor.sh

reynico commented 3 years ago

Hi tom, sorry about that. I need to set some migration script for each improvement. Run this line to setup the gain in the config file:

echo "GAIN=50" >> /home/pi/.noaa.conf

receive/receive_iss and receive_meteor scripts should remain with $GAIN. That way the rtl_fm gain setting is shared across the global configuration file