From fc080f7796266ade33d160cb9a9350568c4fab3c Mon Sep 17 00:00:00 2001 From: Jimmy Date: Tue, 26 Aug 2025 22:53:48 +1200 Subject: [PATCH] Add watchfiles --- Pipfile | 4 ++++ 1 file changed, 4 insertions(+) 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