- Updated boot.py, main.py, settings.py with latest changes - Updated web interface files (main.css, main.js, index.html) - Updated web.py and wifi.py with improvements - Added Pipfile and Pipfile.lock for Python dependency management - Added p2p.py for peer-to-peer functionality - Added web (1).py backup file
14 lines
168 B
TOML
14 lines
168 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
esptool = "*"
|
|
mpremote = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.12"
|