Skip to content

Commit fd2dba5

Browse files
committed
decode.sh: add version string
1 parent ea86a25 commit fd2dba5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

wspr-trx/decode.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ echo "FREQMHZ=${FREQMHZ}"
1616

1717
MYCALL="YOUR_CALLSIGN"
1818
MYGRID="YOUR_GRID_LOCATOR"
19+
MYVERSION="wspr-cui"
1920

2021
cd ${BASE}
2122

@@ -37,6 +38,7 @@ if [ $FILESIZE -ne 0 ] ; then
3738
curl -s -S \
3839
-F allmept=@${BASE}/wsprdsum.out \
3940
-F call=${MYCALL} -F grid=${MYGRID} \
41+
-F version=${MYVERSION} \
4042
--connect-timeout 5 --max-time 8 \
4143
http://wsprnet.org/meptspots.php > /dev/null;
4244
RESULT=$?

0 commit comments

Comments
 (0)