From 0c2c7df8bb00d946562ca6e2e5f1cfadd3f93285 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Mon, 17 Aug 2020 18:57:59 -0400 Subject: [PATCH] Update telem.c --- afsk/telem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/afsk/telem.c b/afsk/telem.c index 7d230a0e..30b285e0 100644 --- a/afsk/telem.c +++ b/afsk/telem.c @@ -188,7 +188,7 @@ struct SensorConfig config_sensor(char *bus, int address, int milliAmps) { strcat (pythonv, addr); strcpy (data.commandv, pythonv); - printf("V Command: %s \n", data.vcommand); + printf("V Command: %s \n", data.commandv); strcat (pythoni, &bus[pos]); strcat (pythoni, space);