From b469e20d18187f375640d9642baef0439ecb7703 Mon Sep 17 00:00:00 2001 From: Edvin Date: Wed, 7 May 2025 15:41:52 +0200 Subject: Changed path for filterpy venv --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.py') diff --git a/main.py b/main.py index b39a2bf..0d74089 100755 --- a/main.py +++ b/main.py @@ -16,7 +16,7 @@ GPIO.setup(LED, GPIO.OUT) GPIO.output(LED, False) # DWM Process Code -DWMProcess = subprocess.Popen(["/home/pi/venv/bin/python", "-u", "/home/pi/TNE107-RPI/DWM.py"], stdout=subprocess.PIPE, stderr=open(os.devnull, 'wb'), text=True) +DWMProcess = subprocess.Popen(["/home/pi/filterpy/bin/python", "-u", "/home/pi/TNE107-RPI/DWM.py"], stdout=subprocess.PIPE, stderr=open(os.devnull, 'wb'), text=True) print(f"DWM PID: {DWMProcess.pid}") # Open serial port to Arduino Nano -- cgit v1.2.3