diff options
| author | Keith Packard <keithp@keithp.com> | 2011-06-28 01:03:00 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2011-06-28 01:03:00 -0700 |
| commit | 7fd9b8f720add559b262e81d61ededc9df16ca94 (patch) | |
| tree | ae32f830c27c99aacdfd6fb231e70a3ceee0f3ff /altosui/AltosEepromIterable.java | |
| parent | cb239b7161feea8646425b1f5788c3c82ae24321 (diff) | |
altosui: Support raw telemetry from TeleDongle
Use raw telemetry frames when TeleDongle supports them, this involves
parsing the hex dump of the packet instead of having teledongle take
the packet apart. Only the legacy format is working at this point; the
altos bits for the new split telemetry frames is not written yet.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosEepromIterable.java')
| -rw-r--r-- | altosui/AltosEepromIterable.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/altosui/AltosEepromIterable.java b/altosui/AltosEepromIterable.java index 16349b88..812e5fc6 100644 --- a/altosui/AltosEepromIterable.java +++ b/altosui/AltosEepromIterable.java @@ -230,6 +230,7 @@ public class AltosEepromIterable extends AltosRecordIterable { case Altos.AO_LOG_SOFTWARE_VERSION: break; } + state.seen |= eeprom.seen; } LinkedList<AltosRecord> make_list() { |
