altoslib: Parse TeleGPS state value from GPS telemetry packet
authorKeith Packard <keithp@keithp.com>
Sun, 8 Jun 2014 04:13:40 +0000 (21:13 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 8 Jun 2014 04:13:40 +0000 (21:13 -0700)
commitd69547796caf74405f8304d23d4ae318315bbd7b
treecf07342d5b2707999710b159f28d520d5d8f05f1
parent428d09294ba0395fedd71346ad00fd90a4cdde97
altoslib: Parse TeleGPS state value from GPS telemetry packet

TeleGPS adds 0x80 to the state value to signify that this otherwise
unused byte contains the current state value

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