This commit is contained in:
2025-08-25 19:37:22 +12:00
parent 3335674e94
commit 81ec65eff1
3 changed files with 639 additions and 0 deletions

15
Pipfile Normal file
View File

@@ -0,0 +1,15 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
mpremote = "*"
pyserial = "*"
esptool = "*"
watchfiles = "*"
[dev-packages]
[requires]
python_version = "3.12"