some minor changes

pull/12/head
Tom Early 7 years ago
parent aa1549adaf
commit 69104bf13b

@ -629,7 +629,7 @@ bool CQnetModem::ProcessGateway(const int len, const unsigned char *raw)
} }
superframe.append(1, '#'); superframe.append(1, '#');
} else } 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)); queue.push(CFrame(&frame.start));

@ -258,8 +258,8 @@ GateMenu () {
echo -n "d2 : Description #1 (20 chars max) = "; EvaluateVar gateway_desc2{,_d} 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 "w : URL (80 char max) = "; EvaluateVar gateway_url{,_d}
echo -n "fr : Find Route(s) = "; EvaluateVar gateway_find_route{,_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 " 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 " These will be added to your local cache on boot-up."
echo echo
echo " APRS - Repeater/User position tracking" echo " APRS - Repeater/User position tracking"
echo -n "e : Enable APRS Tracking = "; EvaluateVar aprs_enable{,_d} 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 "<EMPTY>"; else echo "${module_b^^}"; fi echo -n "b : Module B - "; if [ -z $module_b ]; then echo "<EMPTY>"; else echo "${module_b^^}"; fi
echo -n "c : Module C - "; if [ -z $module_c ]; then echo "<EMPTY>"; else echo "${module_c^^}"; fi echo -n "c : Module C - "; if [ -z $module_c ]; then echo "<EMPTY>"; else echo "${module_c^^}"; fi
echo "i : IRCDDB Menu - login = '${ircddb_login}'" 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" echo "l : Link/D-Plus Menu - linking access"
if [ -n "$em" ]; then if [ -n "$em" ]; then
echo "d : Debugging/Files/Timings - miscellaneous parameters" echo "d : Debugging/Files/Timings - miscellaneous parameters"

Loading…
Cancel
Save

Powered by TurnKey Linux.