summaryrefslogtreecommitdiff
path: root/src/teleballoon-v1.1
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/teleballoon-v1.1
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/teleballoon-v1.1')
-rw-r--r--src/teleballoon-v1.1/ao_pins.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/teleballoon-v1.1/ao_pins.h b/src/teleballoon-v1.1/ao_pins.h
index 7ba48c96..4c23ca88 100644
--- a/src/teleballoon-v1.1/ao_pins.h
+++ b/src/teleballoon-v1.1/ao_pins.h
@@ -28,6 +28,7 @@
#define HAS_FLIGHT 1
#define HAS_USB 1
#define HAS_BEEP 1
+ #define HAS_BATTERY_REPORT 1
#define HAS_GPS 1
#define HAS_SERIAL_1 1
#define HAS_ADC 1