Add esptool to flash micropython

This commit is contained in:
David Todd 2020-01-26 17:16:54 -06:00
parent 3393a233ed
commit ea4a4114d3
1 changed files with 12 additions and 0 deletions

12
Pipfile Normal file
View File

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