diff options
| author | Keith Packard <keithp@keithp.com> | 2018-10-20 17:22:59 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2018-10-20 17:31:57 -0700 |
| commit | f13e294d4644096b0529383c1d60d5e4b7916d76 (patch) | |
| tree | 171ae787d71d92cf01e4d7d2a7559b37a3d01ce3 /altoslib/Makefile.am | |
| parent | c01514fa1e0a2cea3955c71a833b4a21b3d33f24 (diff) | |
altoslib: Add support for TeleGPS v2
The battery voltage ADC values are different from TeleGPS v1 (max 4095
instead of 32767).
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altoslib/Makefile.am')
| -rw-r--r-- | altoslib/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/altoslib/Makefile.am b/altoslib/Makefile.am index 2f4e5959..447830e5 100644 --- a/altoslib/Makefile.am +++ b/altoslib/Makefile.am @@ -108,7 +108,8 @@ altoslib_JAVA = \ AltosSensorTMini3.java \ AltosSensorMega.java \ AltosSensorMetrum.java \ - AltosSensorTGPS.java \ + AltosSensorTGPS1.java \ + AltosSensorTGPS2.java \ AltosState.java \ AltosStateName.java \ AltosStringInputStream.java \ |
