summaryrefslogtreecommitdiff
path: root/src/telemetrum-v2.0
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2014-01-14 23:21:40 -0800
committerKeith Packard <keithp@keithp.com>2014-01-14 23:21:40 -0800
commit9d812b3db418fd9816731b761a0853eb38f5a265 (patch)
tree247c5656e79cb292e9b0a8f0e472affc85c0f531 /src/telemetrum-v2.0
parentf560d5063b1339dbfb3e6723cfadb7b4c5eace25 (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/telemetrum-v2.0')
-rw-r--r--src/telemetrum-v2.0/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/telemetrum-v2.0/Makefile b/src/telemetrum-v2.0/Makefile
index cebc9cab..0b9e6914 100644
--- a/src/telemetrum-v2.0/Makefile
+++ b/src/telemetrum-v2.0/Makefile
@@ -37,6 +37,9 @@ INC = \
#STACK_GUARD=ao_mpu_stm.c
#STACK_GUARD_DEF=-DHAS_STACK_GUARD=1
+MATH_SRC=\
+ ef_log.c
+
ALTOS_SRC = \
ao_boot_chain.c \
ao_interrupt.c \
@@ -83,6 +86,7 @@ ALTOS_SRC = \
ao_packet.c \
ao_companion.c \
ao_aprs.c \
+ $(MATH_SRC) \
$(PROFILE) \
$(SAMPLE_PROFILE) \
$(STACK_GUARD)