summaryrefslogtreecommitdiff
path: root/src/telemega-v0.1/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2014-01-15 12:40:26 -0800
committerKeith Packard <keithp@keithp.com>2014-01-15 12:40:26 -0800
commitc743eaa060080a7bd236466b93cff3abc96f405b (patch)
tree4a9228aa94fe0549dc0f11f8cd222da68bdb9c71 /src/telemega-v0.1/Makefile
parentcc06242e882cba462791962c199b7c89e79adc65 (diff)
altos: Report battery, apogee and main voltages over APRS
This makes APRS more usable when you mute the RF audio on the HT. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/telemega-v0.1/Makefile')
-rw-r--r--src/telemega-v0.1/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/telemega-v0.1/Makefile b/src/telemega-v0.1/Makefile
index 35f28b30..28ed7c98 100644
--- a/src/telemega-v0.1/Makefile
+++ b/src/telemega-v0.1/Makefile
@@ -100,6 +100,7 @@ ALTOS_SRC = \
ao_i2c_stm.c \
ao_mpu6000.c \
ao_convert_pa.c \
+ ao_convert_volt.c \
ao_log.c \
ao_log_mega.c \
ao_sample.c \