From 724023492e88f36b9e4d5e267df68c2022b70d52 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 28 Jul 2020 08:04:02 -0400 Subject: [PATCH] used python -u to eliminate printf buffering --- rpitx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpitx.sh b/rpitx.sh index e2cb4245..e95613a1 100755 --- a/rpitx.sh +++ b/rpitx.sh @@ -2,4 +2,4 @@ echo -e "\nrpitx for CubeSatSim at 434.9 MHz using python\n" -python /home/pi/CubeSatSim/rpitx.py $1 +python -u /home/pi/CubeSatSim/rpitx.py $1