Added support for Lilygo T-Echo#395
Conversation
| //--------------------------------------------------------------------+ | ||
| // USB | ||
| //--------------------------------------------------------------------+ | ||
| #define USB_DESC_VID 0x239A |
There was a problem hiding this comment.
this vid/pid is for adafruit feather nrf52840
|
Thats what mine had, I cannot find a vendor ID for lilygo, if somebody knows it let us know |
|
Lilygo does not seem to have their own USB VID. For their Espressif boards, they get USB PIDs from Espressif. For an RP2xxx, board, someone got a PID from pid.codes: pidcodes/pidcodes.github.com#827. You could request one there. |
|
Thanks for this PR! Your new fresh PR would solve the need of this old PR: Waiting for the new release of this project containing your PR. Adding it to 0.10.1 or something like that would be great! EDIT: |
|
PR still need updated vid/pid for lilygo before accepted. |
Added support for Lilygo T-Echo