altoslib: Stop re-loading previous flight when starting telemetry monitoring
authorKeith Packard <keithp@keithp.com>
Thu, 11 Sep 2014 21:14:07 +0000 (14:14 -0700)
committerBdale Garbee <bdale@gag.com>
Sat, 13 Sep 2014 17:25:57 +0000 (11:25 -0600)
commit19730b872c61f34724b0f187f71cccb6a65251dd
treef6276d5b1232756f849e50a7503ed85b2f81bc9a
parent10e31d84ee5cdf10248988079df91354ae6ed612
altoslib: Stop re-loading previous flight when starting telemetry monitoring

This feature is necessary on AltosDroid because there's no other UI
for reloading an old flight. It's not useful on the desktop where you
really just want to see new telemetry; old telemetry is availbale
through the 'graph flight' or 'replay' mechanisms.

AltosDroid uses a different class for reading telemetry data, so we
can just remove this feature from altoslib at this point.

Signed-off-by: Keith Packard <keithp@keithp.com>
altoslib/AltosTelemetryReader.java