Skip to content

Conversation

trose
Copy link

@trose trose commented Sep 18, 2025

Summary

This PR adds support for the T-Deck device in the Meshtastic CLI.

Changes

  • Added T-Deck device definition to supported_device.py
  • Added T-Deck to supported_devices list
  • Updated .gitignore to exclude virtual environment files

Device Details

  • USB Vendor ID: 303a (Espressif Systems)
  • USB Product ID: 1001
  • Firmware: t-deck
  • Device Class: esp32
  • Port Support: Linux (ttyACM), macOS (cu.usbmodem), Windows (COM)

Testing

  • ✅ T-Deck automatically detected when connected
  • ✅ Manual port specification works correctly
  • ✅ All CLI functionality tested (info, nodes, sendtext, get config)
  • ✅ No regression in existing device support (20 devices total)
  • ✅ Physical device testing completed

Related

Closes #824

- 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.
@CLAassistant
Copy link

CLAassistant commented Sep 18, 2025

CLA assistant check
All committers have signed the CLA.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@trose trose force-pushed the feature/tdeck-support branch from e29c304 to 49783d9 Compare September 18, 2025 21:22
@trose
Copy link
Author

trose commented Sep 18, 2025

I've validated that this fixed meshtastic-cli with my T-deck on MacOS. I can get firmware info if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add T-Deck device support
2 participants