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
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -9,4 +9,12 @@
|
|||
# Python
|
||||
__pycache__
|
||||
*.py[cod]
|
||||
/.venv
|
||||
/venv
|
||||
|
||||
# MicroPython
|
||||
/.webrepl_client
|
||||
|
||||
# Configuration files
|
||||
/src/webrepl_cfg.py
|
||||
/src/wlan_cfg.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue