altoslib: Don't lose gps_height value between GPS samples
authorKeith Packard <keithp@keithp.com>
Sat, 25 Jan 2014 06:43:25 +0000 (22:43 -0800)
committerKeith Packard <keithp@keithp.com>
Sat, 25 Jan 2014 06:43:25 +0000 (22:43 -0800)
commit6b70b8b6bb4e8eae8159ec966847092d0b1deab3
treefbebc0197f830d86f0b399b15e061ce40411c982
parentea8c9ca9dd24a026ea5bfe5a1ac70857181a88c8
altoslib: Don't lose gps_height value between GPS samples

gps_height is now reliably updated whenever GPS altitude data is
received, so don't try to reset it between samples.

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