diff options
| author | Edvin <[email protected]> | 2025-05-07 15:41:52 +0200 |
|---|---|---|
| committer | Edvin <[email protected]> | 2025-05-07 15:41:52 +0200 |
| commit | b469e20d18187f375640d9642baef0439ecb7703 (patch) | |
| tree | dc15651304e6805bb2154d17743c5306352131ff /main.py | |
| parent | d6cd2a29677f848ff8ef8d5d67bbc48698e04d69 (diff) | |
Changed path for filterpy venv
Diffstat (limited to 'main.py')
| -rwxr-xr-x | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
