From: Keith Packard Date: Mon, 10 Feb 2014 06:53:05 +0000 (-0800) Subject: altos: Re-send previous GPS position in APRS if lock is lost X-Git-Tag: 1.3.2~4 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=5001a0f882af53dde33fc531215944c9d727baf4;hp=5001a0f882af53dde33fc531215944c9d727baf4 altos: Re-send previous GPS position in APRS if lock is lost APRS radios often show only the last received APRS packet, which means that erasing the last known GPS position when we lose lock by sending 0/0/0 is unhelpful. Instead, just send the last known position, and make sure that we send 0/0/0 before we're locked the first time. Signed-off-by: Keith Packard ---