diff options
author | Keith Packard <keithp@keithp.com> | 2014-01-14 23:21:40 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-01-14 23:21:40 -0800 |
commit | 9d812b3db418fd9816731b761a0853eb38f5a265 (patch) | |
tree | 247c5656e79cb292e9b0a8f0e472affc85c0f531 /src/telegps-v0.3 | |
parent | f560d5063b1339dbfb3e6723cfadb7b4c5eace25 (diff) |
altos: Switch APRS to compressed position format
This provides lat/lon/alt in fewer bytes while improving precision.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/telegps-v0.3')
-rw-r--r-- | src/telegps-v0.3/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/telegps-v0.3/Makefile b/src/telegps-v0.3/Makefile index bb9c8c64..5aad32b5 100644 --- a/src/telegps-v0.3/Makefile +++ b/src/telegps-v0.3/Makefile @@ -19,6 +19,9 @@ INC = \ Makefile +MATH_SRC=\ + ef_log.c + ALTOS_SRC = \ ao_interrupt.c \ ao_boot_chain.c \ @@ -47,6 +50,7 @@ ALTOS_SRC = \ ao_log.c \ ao_log_mega.c \ ao_gps_report_mega.c \ + $(MATH_SRC) \ $(SAMPLE_PROFILE) PRODUCT=TeleGPS-v0.3 |