From a8de8a1054ea366d3f63c0dbbf44f018ca36c5d5 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 3 Jun 2021 08:23:25 -0400 Subject: [PATCH] added s parameter for single read of python sensor code --- afsk/telem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/afsk/telem.c b/afsk/telem.c index 21970a01..ca36f685 100644 --- a/afsk/telem.c +++ b/afsk/telem.c @@ -231,7 +231,7 @@ int main(int argc, char *argv[]) { strcpy(pythonStr, pythonCmd); strcat(pythonStr, busStr); strcat(pythonConfigStr, pythonStr); - strcat(pythonConfigStr, " c"); + strcat(pythonConfigStr, " s"); char cmdbuffer[1000]; FILE *file1 = sopen(pythonConfigStr); // try new function