From e6e7f7bb10942923639587811a9ded190926e8f2 Mon Sep 17 00:00:00 2001 From: Jimmy Date: Tue, 26 Aug 2025 17:51:04 +1200 Subject: [PATCH] Add watchfiles --- Pipfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Pipfile b/Pipfile index 4d33ab7..60c420f 100644 --- a/Pipfile +++ b/Pipfile @@ -13,3 +13,6 @@ watchfiles = "*" [requires] python_version = "3.12" + +[scripts] +dev = 'watchfiles "./dev.py /dev/ttyACM0 src reset follow" src/' \ No newline at end of file