Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: T-Echo auto-detection (vscode) #2619

Merged
merged 1 commit into from
Jul 17, 2023
Merged

Conversation

mverch67
Copy link
Collaborator

@mverch67 mverch67 commented Jul 17, 2023

This is a minor dev environment fix to allow T-Echo serial port auto-detection in vscode. Currently, when uploading the firmware and no port is selected a weird "eink" error message appears.

$ lsusb | grep Echo
Bus 005 Device 070: ID 239a:002a Adafruit T-Echo v1

This HW ID was missing in boards/t-echo.json

@thebentern thebentern merged commit 491fe52 into meshtastic:master Jul 17, 2023
@armyhaylenko
Copy link

Hey @mverch67, I encountered this error with the newest alpha firmware available.
platformio device list output:

/dev/cu.Bluetooth-Incoming-Port
-------------------------------
Hardware ID: n/a
Description: n/a

/dev/cu.usbmodem1101
--------------------
Hardware ID: USB VID:PID=239A:0029 SER=05EABFEB5F625160 LOCATION=1-1
Description: T-Echo v1

As you can see, the PID is equal to 0x0029. After adding this pair to boards/t-echo.json, I was able to upload new firmware to my device.

@sash13
Copy link

sash13 commented Aug 28, 2023

Hey @mverch67, I encountered this error with the newest alpha firmware available. platformio device list output:

/dev/cu.Bluetooth-Incoming-Port
-------------------------------
Hardware ID: n/a
Description: n/a

/dev/cu.usbmodem1101
--------------------
Hardware ID: USB VID:PID=239A:0029 SER=05EABFEB5F625160 LOCATION=1-1
Description: T-Echo v1

As you can see, the PID is equal to 0x0029. After adding this pair to boards/t-echo.json, I was able to upload new firmware to my device.

Same here T-Echo v1 with 239A:0029.

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.

4 participants