Add data files and local tooling

This commit is contained in:
2026-01-16 22:31:47 +13:00
parent df37f15f73
commit 9f37dbbff0
39 changed files with 1359 additions and 326 deletions

View File

@@ -7,8 +7,14 @@ name = "pypi"
mpremote = "*"
pyserial = "*"
esptool = "*"
pyjwt = "*"
watchfiles = "*"
[dev-packages]
[requires]
python_version = "3.12"
[scripts]
web = "python /home/pi/led-controller/tests/web.py"
watch = "python -m watchfiles 'python /home/pi/led-controller/tests/web.py' /home/pi/led-controller/src /home/pi/led-controller/tests"