Skip to content

Commit

Permalink
decode.sh: add version string
Browse files Browse the repository at this point in the history
  • Loading branch information
jj1bdx committed Dec 28, 2022
1 parent ea86a25 commit fd2dba5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wspr-trx/decode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ echo "FREQMHZ=${FREQMHZ}"

MYCALL="YOUR_CALLSIGN"
MYGRID="YOUR_GRID_LOCATOR"
MYVERSION="wspr-cui"

cd ${BASE}

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

0 comments on commit fd2dba5

Please sign in to comment.