mirror of
https://github.com/meshtastic/python.git
synced 2025-12-24 00:17:54 -05:00
- Add T-Deck device definition with verified USB IDs (303a:1001) - Add T-Deck to supported_devices list - Uses t-deck firmware identifier and ESP32 device class - Supports Linux (ttyACM), macOS (cu.usbmodem), and Windows (COM) ports - Update .gitignore to exclude virtual environment files T-Deck is now fully supported and automatically detected by the CLI.
21 lines
202 B
Plaintext
21 lines
202 B
Plaintext
README
|
|
docs/
|
|
build
|
|
dist
|
|
*.egg-info
|
|
log_*
|
|
.eggs
|
|
nanopb-*
|
|
.*swp
|
|
.coverage
|
|
*.py-E
|
|
venv/
|
|
*pyc
|
|
.DS_Store
|
|
__pycache__
|
|
examples/__pycache__
|
|
meshtastic.spec
|
|
.hypothesis/
|
|
coverage.xml
|
|
.ipynb_checkpoints
|
|
.cursor/ |