From 24766c1830e498ea342d68817effc3e9a28e6aec Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 2 Oct 2018 17:09:34 -0400 Subject: [PATCH] Update cw_main.c --- cw/cw_main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cw/cw_main.c b/cw/cw_main.c index 1c84ae68..fd53799f 100644 --- a/cw/cw_main.c +++ b/cw/cw_main.c @@ -111,7 +111,8 @@ int main(void) pch = strtok (NULL, " "); i++; } - printf("Battery voltage = %s\n", mopower[16]); + printf("Battery voltage = %s ADC5 = %s ADC6 = %s ADC7 = %s ADC8 %s \n", + mopower[VBATT],mopower[ADC5],mopower[ADC6],mopower[ADC7],mopower[ADC8]); int tlm_3a = (int)(((strtol(mopower[16], (char **)NULL, 10) * 10) - 65) + 0.5);