Merge pull request #281 from s-s-s/master

some small editing
This commit is contained in:
Jonathan Naylor 2017-03-16 11:12:39 +00:00 committed by GitHub
commit 90a1ee91fe
2 changed files with 9 additions and 3 deletions

View file

@ -91,7 +91,13 @@ then
fi
# Generate new file
curl 'http://registry.dstar.su/dmr/DMRIds.php' 2>/dev/null > ${DMRIDFILE}
wget http://registry.dstar.su/dmr/DMRIds.php -O DMRIds-temp1.dat
cat DMRIds-temp1.dat | sed -e 's/ /\t\t/g' > DMRIds-temp2.dat
cat DMRIds-temp2.dat | sed -e 's/\t/ /g' > DMRIds-temp3.dat
cat DMRIds-temp3.dat | sed -e 's/ / /g' > DMRIds.dat
rm -f DMRIds-temp1.dat
rm -f DMRIds-temp2.dat
rm -f DMRIds-temp3.dat
# Restart MMDVMHost
eval ${RESTARTCOMMAND}

View file

@ -1,10 +1,10 @@
#Data to RSSI.dat by RA4NHY
#The data to RSSI.dat by RA4NHY
#Values in the RSSI.dat file are obtained using the MMDVMCal calibration program (S mode), the high-frequency generator and the Motorola GM340UHF radio station.
#For different radio stations, the values are slightly different.
#For example, for those GM340 that I had, the discrepancy is about 10 dB.
#Therefore, it is desirable to carry out calibration for each radio station.
#More about RSSI and a homebrew MMDVM node you can read here https://drive.google.com/file/d/0B_UNZTdPtyZUUjN2d2llV0RtNTQ/view but unfortunately in Russian only
#Ivan, RA4NHY
#Anton, RA4NHY
1045 -43
1043 -46