From ed0fccd41ddeafadf433c76204ff681723829145 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Fri, 4 Jun 2021 06:41:58 -0400 Subject: [PATCH] changed to python3 -u --- afsk/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/afsk/main.c b/afsk/main.c index 959f15f9..c43d1afe 100644 --- a/afsk/main.c +++ b/afsk/main.c @@ -9,7 +9,7 @@ * it under the terms of the GNU General Public License as published by * (at your option) any later version. * - * This program is distributed in the hope that it will be useful, + * This program is distributed in the hope that it will be useful,python3 * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. @@ -151,7 +151,7 @@ double eclipse_time; int test_i2c_bus(int bus); -const char pythonCmd[] = "python3 /home/pi/CubeSatSim/python/voltcurrent.py "; +const char pythonCmd[] = "python3 -u /home/pi/CubeSatSim/python/voltcurrent.py "; char pythonStr[100], pythonConfigStr[100], busStr[10]; int map[8] = {0, 1, 2, 3, 4, 5, 6, 7}; char src_addr[5] = "";