From 491fe5284154dc8cb96a0a3d46f55cbb14218134 Mon Sep 17 00:00:00 2001 From: Manuel <71137295+mverch67@users.noreply.github.com> Date: Mon, 17 Jul 2023 16:20:05 +0200 Subject: [PATCH] add hwid for auto-detection (#2619) --- boards/t-echo.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/boards/t-echo.json b/boards/t-echo.json index 9cb48b41a..957ba01e3 100644 --- a/boards/t-echo.json +++ b/boards/t-echo.json @@ -7,7 +7,10 @@ "cpu": "cortex-m4", "extra_flags": "-DARDUINO_NRF52840_TTGO_EINK -DNRF52840_XXAA", "f_cpu": "64000000L", - "hwids": [["0x239A", "0x4405"]], + "hwids": [ + ["0x239A", "0x4405"], + ["0x239A", "0x002A"] + ], "usb_product": "TTGO_eink", "mcu": "nrf52840", "variant": "t-echo",