1
0
mirror of https://github.com/AG7GN/nexus-utilities.git synced 2025-05-15 22:20:09 -07:00

Change default APRS comment in dw_aprs.gui.sh

This commit is contained in:
Steve Magnuson 2021-06-19 15:58:29 -07:00
parent 072b5f22c1
commit 818f2b2774
2 changed files with 3 additions and 2 deletions

View File

@ -16,7 +16,7 @@
#% #%
#================================================================ #================================================================
#- IMPLEMENTATION #- IMPLEMENTATION
#- version ${SCRIPT_NAME} 2.1.3 #- version ${SCRIPT_NAME} 2.1.4
#- author Steve Magnuson, AG7GN #- author Steve Magnuson, AG7GN
#- license CC-BY-SA Creative Commons License #- license CC-BY-SA Creative Commons License
#- script_id 0 #- script_id 0
@ -113,7 +113,7 @@ function setDefaults () {
D[1]="N0CALL" # Call sign D[1]="N0CALL" # Call sign
D[2]="0" # SSID D[2]="0" # SSID
D[3]="" # Tactical Callsign (if set, will be used instead of MYCALL) D[3]="" # Tactical Callsign (if set, will be used instead of MYCALL)
D[4]="Comment/Status" # Comment/Status D[4]="Nexus DR-X" # Comment/Status
D[5]="48.753318" # Latitude in decimal seconds D[5]="48.753318" # Latitude in decimal seconds
D[6]="-122.472632" # Longitude in decimal seconds D[6]="-122.472632" # Longitude in decimal seconds
D[7]="10" # Rig power in watts D[7]="10" # Rig power in watts

View File

@ -2,6 +2,7 @@
<html> <html>
<head> <head>
<title>Direwolf + pat GUI Help</title> <title>Direwolf + pat GUI Help</title>
</head>
<body> <body>
<h1>Direwolf + pat GUI Help</h1> <h1>Direwolf + pat GUI Help</h1>