Restart project based on regular ESP32 and Microdot
This commit is contained in:
parent
167847cd28
commit
56e7a1d2de
12 changed files with 1661 additions and 119 deletions
12
requirements.txt
Normal file
12
requirements.txt
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Dev dependencies required by PyCharm's MicroPython plugin
|
||||
adafruit-ampy
|
||||
click
|
||||
docopt
|
||||
pyserial
|
||||
python-dotenv
|
||||
|
||||
# MicroPython stubs (because why should PyCharm's MicroPython plugin come with proper stubs?)
|
||||
micropython-esp32-stubs~=1.19.1
|
||||
|
||||
# Project dependencies
|
||||
microdot~=1.2
|
||||
Loading…
Add table
Add a link
Reference in a new issue