summaryrefslogtreecommitdiff
path: root/src/telemetrum-v1.2
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2014-04-05 00:18:57 -0700
committerKeith Packard <keithp@keithp.com>2014-04-05 00:22:31 -0700
commit0d367fc24bfd0377db6f3b00a888a18245616767 (patch)
treef55c9890002dab3867aca0088e359ab389014528 /src/telemetrum-v1.2
parent8bd732ac9cb816630f46dd269448ff8422620df8 (diff)
altos: Report battery voltage instead of S at startup
This works on everything with a beeper except TeleMetrum v1.0 which just doesn't have enough flash space for the code. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/telemetrum-v1.2')
-rw-r--r--src/telemetrum-v1.2/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/telemetrum-v1.2/Makefile b/src/telemetrum-v1.2/Makefile
index f2285fbe..38ba6d49 100644
--- a/src/telemetrum-v1.2/Makefile
+++ b/src/telemetrum-v1.2/Makefile
@@ -12,6 +12,7 @@ TM_SRC = \
ao_companion.c \
ao_gps_skytraq.c \
ao_gps_show.c \
+ ao_convert_volt.c \
ao_m25.c
include ../product/Makefile.telemetrum