diff --git a/Pipfile b/Pipfile index 4d33ab7..d56984b 100644 --- a/Pipfile +++ b/Pipfile @@ -13,3 +13,7 @@ watchfiles = "*" [requires] python_version = "3.12" + +[scripts] + +dev = 'watchfiles "./dev.py /dev/ttyACM0 src reset follow"' \ No newline at end of file