diff options
Diffstat (limited to 'altoslib/AltosEepromIterable.java')
| -rw-r--r-- | altoslib/AltosEepromIterable.java | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/altoslib/AltosEepromIterable.java b/altoslib/AltosEepromIterable.java index 1aa816e1..2ac10e85 100644 --- a/altoslib/AltosEepromIterable.java +++ b/altoslib/AltosEepromIterable.java @@ -200,6 +200,7 @@ public class AltosEepromIterable extends AltosRecordIterable {  		state.state = AltosLib.ao_flight_pad;  		state.accel_plus_g = 15758;  		state.accel_minus_g = 16294; +		state.flight_vel = 0;  		/* Pull in static data from the flight and gps_date records */  		if (flight_record != null) | 
