altos: TELEMETRY PROTOCOL CHANGE. Switch to 16-bit serial numbers.
authorKeith Packard <keithp@keithp.com>
Sun, 16 Jan 2011 00:25:10 +0000 (16:25 -0800)
committerKeith Packard <keithp@keithp.com>
Sun, 16 Jan 2011 22:32:47 +0000 (14:32 -0800)
commit47ee4597e55749e8f66f61a585ea32776979bf80
treee6ab8a9500a19109cf9f8e554ae39ee5167ee4e1
parentb22ba359a02297e39a446cbd5ef51e63b795624a
altos: TELEMETRY PROTOCOL CHANGE. Switch to 16-bit serial numbers.

What a terrible mistake! The flight computer serial numbers were
recorded in only 8 bits, so serial numbers > 255 would get truncated.

There's really no fix other than bumping the field to 16 bits and
reflashing every TM and TD on the planet. Very unfortunate.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/ao.h
src/ao_monitor.c
src/ao_telemetry.c