From 69104bf13b83dfbf5e0eed3e750fbd7b6c4c0751 Mon Sep 17 00:00:00 2001 From: Tom Early Date: Sun, 10 Feb 2019 07:55:25 -0700 Subject: [PATCH] some minor changes --- QnetModem.cpp | 2 +- qnconfig | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/QnetModem.cpp b/QnetModem.cpp index 5646429..98d8790 100644 --- a/QnetModem.cpp +++ b/QnetModem.cpp @@ -629,7 +629,7 @@ bool CQnetModem::ProcessGateway(const int len, const unsigned char *raw) } superframe.append(1, '#'); } else - superframe.append(1, (dstr.vpkt.ctrl<26U) ? 'A' + (dstr.vpkt.ctrl-1U) : ((dstr.vpkt.ctrl<52U) ? 'a' + (dstr.vpkt.ctrl-27U) : '*')); + superframe.append(1, (dstr.vpkt.ctrl<27U) ? '@' + dstr.vpkt.ctrl : '*')); } } queue.push(CFrame(&frame.start)); diff --git a/qnconfig b/qnconfig index 1f4350f..c9dd47f 100755 --- a/qnconfig +++ b/qnconfig @@ -258,8 +258,8 @@ GateMenu () { echo -n "d2 : Description #1 (20 chars max) = "; EvaluateVar gateway_desc2{,_d} echo -n "w : URL (80 char max) = "; EvaluateVar gateway_url{,_d} echo -n "fr : Find Route(s) = "; EvaluateVar gateway_find_route{,_d} - echo " Find Route(s) is a comma-separated list of common routing callsigns." - echo " These will be added in your local cache on boot-up." + echo " Find Route(s) is a comma-separated list of common routing callsigns." + echo " These will be added to your local cache on boot-up." echo echo " APRS - Repeater/User position tracking" echo -n "e : Enable APRS Tracking = "; EvaluateVar aprs_enable{,_d} @@ -659,7 +659,7 @@ do echo -n "b : Module B - "; if [ -z $module_b ]; then echo ""; else echo "${module_b^^}"; fi echo -n "c : Module C - "; if [ -z $module_c ]; then echo ""; else echo "${module_c^^}"; fi echo "i : IRCDDB Menu - login = '${ircddb_login}'" - echo "g : Gateway/APRS Menu - default values are usually fine" + echo "g : Gateway/APRS Menu - location info and route cache" echo "l : Link/D-Plus Menu - linking access" if [ -n "$em" ]; then echo "d : Debugging/Files/Timings - miscellaneous parameters"