From 8f09364a670585ac381c0335cf7dbb3aaee25182 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 1 Mar 2026 10:34:05 -0500 Subject: [PATCH] Update command add loopback --- command | 2 ++ 1 file changed, 2 insertions(+) diff --git a/command b/command index 989c71f5..dccd9382 100755 --- a/command +++ b/command @@ -2,6 +2,8 @@ echo -e "\nCommand and Control script for CubeSatSim v2.0\n" +sudo modprobe snd-aloop + FILE=/home/pi/CubeSatSim/command_control if [ -f "$FILE" ]; then echo "Radio command and control is ON"