From 9b268351aee44de959dcc4c792189c10a00428fe Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 25 May 2015 13:23:54 -0700 Subject: telefire: Report telefire battery voltage over telemetry link Signed-off-by: Keith Packard --- src/drivers/ao_pad.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/drivers/ao_pad.h') diff --git a/src/drivers/ao_pad.h b/src/drivers/ao_pad.h index 23062899..d77d105a 100644 --- a/src/drivers/ao_pad.h +++ b/src/drivers/ao_pad.h @@ -39,6 +39,7 @@ struct ao_pad_query { uint8_t channels; /* which chanels are present */ uint8_t armed; /* which channels are armed */ uint8_t arm_status; /* status of arming switch */ + uint8_t battery; /* battery voltage in decivolts */ uint8_t igniter_status[AO_PAD_MAX_CHANNELS]; /* status for each igniter */ }; -- cgit v1.2.3