mirror of
https://github.com/km4ack/pi-scripts
synced 2026-08-13 17:52:05 -04:00
Update dipole
This commit is contained in:
parent
c3da6ec5e7
commit
7c46f13ae9
1 changed files with 2 additions and 2 deletions
4
dipole
4
dipole
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
|
||||
#determine 1/4 wave dipole length
|
||||
#determine 1/2 wave dipole length
|
||||
#20200329 km4ack
|
||||
|
||||
if [ -z "$1" ]
|
||||
|
|
@ -25,7 +25,7 @@ INCH=$(awk "BEGIN {print .$LEN1*12}")
|
|||
ROUND=$(printf "%.0f\n" $INCH)
|
||||
|
||||
echo
|
||||
echo "For 1/4 wave dipole antenna,"
|
||||
echo "For 1/2 wave dipole antenna,"
|
||||
echo "each leg should be "$FEET"' "$ROUND"\""
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue