mirror of
https://github.com/Wessel/Roommapper.git
synced 2026-06-08 14:07:59 +02:00
fix py path
This commit is contained in:
@@ -24,7 +24,7 @@ namespace RobotController
|
|||||||
RedirectStandardOutput = true,
|
RedirectStandardOutput = true,
|
||||||
RedirectStandardInput = true,
|
RedirectStandardInput = true,
|
||||||
UseShellExecute = false,
|
UseShellExecute = false,
|
||||||
Arguments = "../stepper.py drive",
|
Arguments = "./stepper.py drive",
|
||||||
FileName = "/usr/bin/python3"
|
FileName = "/usr/bin/python3"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user